public class Menu
extends java.lang.Object
Modifier | Constructor | Description |
---|---|---|
protected |
Menu(org.eclipse.swt.widgets.Decorations parent) |
Erzeugt eine neue Instanz des Dropdown-Menus.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
add(MenuItem menu) |
Fuegt weitere Sub-Menus hinzu.
|
void |
update(MenuItem item) |
Aktualisiert einen Teil des Menus.
|
protected Menu(org.eclipse.swt.widgets.Decorations parent) throws java.lang.Exception
parent
- Das Eltern-Element.java.lang.Exception
protected void add(MenuItem menu) throws java.lang.Exception
menu
- das hinzuzufuegende Menu.java.lang.Exception
public void update(MenuItem item) throws java.rmi.RemoteException
item
- das zu aktualisierende Element.java.rmi.RemoteException