de.willuhn.jameica.gui
Interface NavigationItem
- All Superinterfaces:
- Extendable, de.willuhn.datasource.GenericObject, de.willuhn.datasource.GenericObjectNode, Item, java.rmi.Remote
- All Known Implementing Classes:
- NavigationItemXml
public interface NavigationItem
- extends Item
Bildet ein Element in der Navigation ab.
|
Method Summary |
org.eclipse.swt.graphics.Image |
getIconClose()
Liefert das Bild, welches angezeigt wird, wenn das Element geschlossen wird. |
org.eclipse.swt.graphics.Image |
getIconOpen()
Liefert das Bild, welches angezeigt wird, wenn das Element geoeffnet wird. |
boolean |
isExpanded()
Liefert true, wenn das Element aufgeklappt sein soll. |
| Methods inherited from interface de.willuhn.datasource.GenericObjectNode |
getChildren, getParent, getPath, getPossibleParents, hasChild |
| Methods inherited from interface de.willuhn.datasource.GenericObject |
equals, getAttribute, getAttributeNames, getID, getPrimaryAttribute |
getIconOpen
org.eclipse.swt.graphics.Image getIconOpen()
throws java.rmi.RemoteException
- Liefert das Bild, welches angezeigt wird, wenn das Element geoeffnet wird.
- Returns:
- das Bild.
- Throws:
java.rmi.RemoteException
getIconClose
org.eclipse.swt.graphics.Image getIconClose()
throws java.rmi.RemoteException
- Liefert das Bild, welches angezeigt wird, wenn das Element geschlossen wird.
- Returns:
- das Bild.
- Throws:
java.rmi.RemoteException
isExpanded
boolean isExpanded()
throws java.rmi.RemoteException
- Liefert true, wenn das Element aufgeklappt sein soll.
- Returns:
- true, wenn es aufgeklappt sein soll.
- Throws:
java.rmi.RemoteException