|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.Navigation
public class Navigation
Bildet den Navigations-Baum im linken Frame ab.
| Constructor Summary | |
|---|---|
Navigation()
|
|
| Method Summary | |
|---|---|
protected void |
add(NavigationItem navi)
Fuegt einen weiteren Navigationszweig hinzu. |
protected void |
expand()
Klappt die Elemente entsprechend letztem Status/Vorkonfiguration alle auf bzw. zu. |
void |
paint(org.eclipse.swt.widgets.Composite parent)
Malt die Komponente in das angegebene Composite. |
void |
select(java.lang.String id)
Selektiert das Navigationselement mit der angegebenen ID. |
void |
update(NavigationItem item)
Aktualisiert einen Teil des Navigationsbaumes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Navigation()
| Method Detail |
|---|
public void paint(org.eclipse.swt.widgets.Composite parent)
throws java.rmi.RemoteException
Part
paint in interface Partparent - das Composite.
java.rmi.RemoteExceptionPart.paint(org.eclipse.swt.widgets.Composite)protected void expand()
protected void add(NavigationItem navi)
throws java.lang.Exception
navi - das hinzuzufuegende Navigations-Element.
java.lang.Exception
public void update(NavigationItem item)
throws java.rmi.RemoteException
item - das zu aktualisierende Element.
java.rmi.RemoteExceptionpublic void select(java.lang.String id)
id - zu selektierende ID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||