com.exadel.vpe.editor.menu
Class BaseActionManager.MyMenuManager

java.lang.Object
  extended byorg.eclipse.jface.action.ContributionManager
      extended byorg.eclipse.jface.action.MenuManager
          extended bycom.exadel.vpe.editor.menu.BaseActionManager.MyMenuManager
All Implemented Interfaces:
org.eclipse.jface.action.IContributionItem, org.eclipse.jface.action.IContributionManager, org.eclipse.jface.action.IMenuManager
Enclosing class:
BaseActionManager

public static class BaseActionManager.MyMenuManager
extends org.eclipse.jface.action.MenuManager

MyMenuManager


Constructor Summary
BaseActionManager.MyMenuManager(java.lang.String s)
           
BaseActionManager.MyMenuManager(java.lang.String s, boolean visualForever)
           
 
Method Summary
 boolean isEnabled()
           
 boolean isVisible()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.jface.action.MenuManager
addMenuListener, createContextMenu, createMenuBar, createMenuBar, dispose, fill, fill, fill, fill, findMenuUsingPath, findUsingPath, getId, getMenu, getMenuText, getOverrides, getParent, getRemoveAllWhenShown, isDynamic, isGroupMarker, isSeparator, isSubstituteFor, markDirty, removeMenuListener, saveWidgetState, setOverrides, setParent, setRemoveAllWhenShown, setVisible, update, update, update, updateAll
 
Methods inherited from class org.eclipse.jface.action.ContributionManager
add, add, appendToGroup, appendToGroup, find, getItems, indexOf, insert, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, prependToGroup, prependToGroup, remove, remove, removeAll, replaceItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.eclipse.jface.action.IContributionItem
isDirty
 

Constructor Detail

BaseActionManager.MyMenuManager

public BaseActionManager.MyMenuManager(java.lang.String s,
                                       boolean visualForever)

BaseActionManager.MyMenuManager

public BaseActionManager.MyMenuManager(java.lang.String s)
Method Detail

isVisible

public boolean isVisible()

isEnabled

public boolean isEnabled()

toString

public java.lang.String toString()