Package de.willuhn.jameica.gui
Interface MenuItem
- All Superinterfaces:
Extendable
,de.willuhn.datasource.GenericObject
,de.willuhn.datasource.GenericObjectNode
,Item
,Remote
- All Known Implementing Classes:
MenuItemXml
Interface fuer ein Menu-Element.
- Author:
- willuhn
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Image
getIcon()
Liefert ein optionales Icon.Tastenkombi fuer Short-Cut.Methods inherited from interface de.willuhn.jameica.gui.extension.Extendable
getExtendableID
Methods inherited from interface de.willuhn.datasource.GenericObject
equals, getAttribute, getAttributeNames, getID, getPrimaryAttribute
Methods inherited from interface de.willuhn.datasource.GenericObjectNode
getChildren, getParent, getPath, getPossibleParents, hasChild
-
Method Details
-
getShortcut
Tastenkombi fuer Short-Cut.- Returns:
- Tastenkombi.
- Throws:
RemoteException
-
getIcon
Liefert ein optionales Icon.- Returns:
- das optionale Icon.
- Throws:
RemoteException
-