Class XSubMenuManager

  • All Implemented Interfaces:
    org.eclipse.jface.action.IContributionItem, org.eclipse.jface.action.IContributionManager, org.eclipse.jface.action.IMenuManager

    public class XSubMenuManager
    extends org.eclipse.jface.action.MenuManager
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean visible  
      • Fields inherited from class org.eclipse.jface.action.MenuManager

        MANAGER_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      XSubMenuManager​(java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled()  
      boolean isVisible()  
      void setEnabled​(boolean enabled)  
      void setVisible​(boolean visible)  
      • Methods inherited from class org.eclipse.jface.action.MenuManager

        addMenuListener, createContextMenu, createMenuBar, createMenuBar, dispose, doItemFill, fill, fill, fill, fill, findMenuUsingPath, findUsingPath, getId, getImageDescriptor, getMenu, getMenuItem, getMenuItemCount, getMenuItems, getMenuText, getOverrides, getParent, getRemoveAllWhenShown, isDynamic, isGroupMarker, isSeparator, isSubstituteFor, markDirty, menuExist, removeMenuListener, saveWidgetState, setActionDefinitionId, setImageDescriptor, setMenuText, setOverrides, setParent, setRemoveAllWhenShown, toString, update, update, update, update, updateAll
      • Methods inherited from class org.eclipse.jface.action.ContributionManager

        add, add, allowItem, appendToGroup, appendToGroup, dumpStatistics, find, getItems, getSize, hasDynamicItems, indexOf, indexOf, insert, insertAfter, insertAfter, insertBefore, insertBefore, internalSetItems, isDirty, isEmpty, itemAdded, itemRemoved, prependToGroup, prependToGroup, remove, remove, removeAll, replaceItem, setDirty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.jface.action.IContributionItem

        isDirty
      • Methods inherited from interface org.eclipse.jface.action.IContributionManager

        add, add, appendToGroup, appendToGroup, find, getItems, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, prependToGroup, prependToGroup, remove, remove, removeAll
    • Field Detail

      • visible

        private boolean visible
    • Constructor Detail

      • XSubMenuManager

        public XSubMenuManager​(java.lang.String string)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.eclipse.jface.action.IContributionItem
        Specified by:
        isEnabled in interface org.eclipse.jface.action.IMenuManager
        Overrides:
        isEnabled in class org.eclipse.jface.action.MenuManager
      • isVisible

        public boolean isVisible()
        Specified by:
        isVisible in interface org.eclipse.jface.action.IContributionItem
        Overrides:
        isVisible in class org.eclipse.jface.action.MenuManager
      • setVisible

        public void setVisible​(boolean visible)
        Specified by:
        setVisible in interface org.eclipse.jface.action.IContributionItem
        Overrides:
        setVisible in class org.eclipse.jface.action.MenuManager
      • setEnabled

        public void setEnabled​(boolean enabled)