Package de.willuhn.jameica.gui
Interface MenuItem
-
- All Superinterfaces:
Extendable,de.willuhn.datasource.GenericObject,de.willuhn.datasource.GenericObjectNode,Item,java.rmi.Remote
- All Known Implementing Classes:
MenuItemXml
public interface MenuItem extends Item
Interface fuer ein Menu-Element.- Author:
- willuhn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.ImagegetIcon()Liefert ein optionales Icon.java.lang.StringgetShortcut()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
-
-
-
-
Method Detail
-
getShortcut
java.lang.String getShortcut() throws java.rmi.RemoteExceptionTastenkombi fuer Short-Cut.- Returns:
- Tastenkombi.
- Throws:
java.rmi.RemoteException
-
getIcon
org.eclipse.swt.graphics.Image getIcon() throws java.rmi.RemoteExceptionLiefert ein optionales Icon.- Returns:
- das optionale Icon.
- Throws:
java.rmi.RemoteException
-
-