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.Image getIcon()
      Liefert ein optionales Icon.
      java.lang.String getShortcut()
      Tastenkombi fuer Short-Cut.
      • 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 Detail

      • getShortcut

        java.lang.String getShortcut()
                              throws java.rmi.RemoteException
        Tastenkombi fuer Short-Cut.
        Returns:
        Tastenkombi.
        Throws:
        java.rmi.RemoteException
      • getIcon

        org.eclipse.swt.graphics.Image getIcon()
                                        throws java.rmi.RemoteException
        Liefert ein optionales Icon.
        Returns:
        das optionale Icon.
        Throws:
        java.rmi.RemoteException