Package de.willuhn.jameica.gui
Interface NavigationItem
- All Superinterfaces:
Extendable,de.willuhn.datasource.GenericObject,de.willuhn.datasource.GenericObjectNode,Item,Remote
- All Known Implementing Classes:
NavigationItemXml
Bildet ein Element in der Navigation ab.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ImageLiefert das Bild, welches angezeigt wird, wenn das Element geschlossen wird.org.eclipse.swt.graphics.ImageLiefert das Bild, welches angezeigt wird, wenn das Element geoeffnet wird.booleanLiefert true, wenn das Element aufgeklappt sein soll.Methods inherited from interface de.willuhn.jameica.gui.extension.Extendable
getExtendableIDMethods inherited from interface de.willuhn.datasource.GenericObject
equals, getAttribute, getAttributeNames, getID, getPrimaryAttributeMethods inherited from interface de.willuhn.datasource.GenericObjectNode
getChildren, getParent, getPath, getPossibleParents, hasChild
-
Method Details
-
getIconOpen
Liefert das Bild, welches angezeigt wird, wenn das Element geoeffnet wird.- Returns:
- das Bild.
- Throws:
RemoteException
-
getIconClose
Liefert das Bild, welches angezeigt wird, wenn das Element geschlossen wird.- Returns:
- das Bild.
- Throws:
RemoteException
-
isExpanded
Liefert true, wenn das Element aufgeklappt sein soll.- Returns:
- true, wenn es aufgeklappt sein soll.
- Throws:
RemoteException
-