Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.ImagegetIconClose()Liefert das Bild, welches angezeigt wird, wenn das Element geschlossen wird.org.eclipse.swt.graphics.ImagegetIconOpen()Liefert das Bild, welches angezeigt wird, wenn das Element geoeffnet wird.booleanisExpanded()Liefert true, wenn das Element aufgeklappt sein soll.-
Methods inherited from interface de.willuhn.jameica.gui.extension.Extendable
getExtendableID
-
Methods inherited from interface de.willuhn.datasource.GenericObject
equals, getAttribute, getAttributeNames, getID, getPrimaryAttribute
-
-
-
-
Method Detail
-
getIconOpen
org.eclipse.swt.graphics.Image getIconOpen() throws java.rmi.RemoteExceptionLiefert 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.RemoteExceptionLiefert das Bild, welches angezeigt wird, wenn das Element geschlossen wird.- Returns:
- das Bild.
- Throws:
java.rmi.RemoteException
-
isExpanded
boolean isExpanded() throws java.rmi.RemoteExceptionLiefert true, wenn das Element aufgeklappt sein soll.- Returns:
- true, wenn es aufgeklappt sein soll.
- Throws:
java.rmi.RemoteException
-
-