Class SashLayoutAction.LayoutMenu
- java.lang.Object
- 
- org.eclipse.jface.action.ContributionManager
- 
- org.eclipse.jface.action.MenuManager
- 
- org.eclipse.net4j.util.ui.actions.SashLayoutAction.LayoutMenu
 
 
 
- 
- All Implemented Interfaces:
- IContributionItem,- IContributionManager,- IMenuManager
 - Enclosing class:
- SashLayoutAction
 
 public static class SashLayoutAction.LayoutMenu extends MenuManager - Author:
- Eike Stepper
 
- 
- 
Field Summary- 
Fields inherited from class org.eclipse.jface.action.MenuManagerMANAGER_KEY, visible
 
- 
 - 
Constructor SummaryConstructors Constructor Description LayoutMenu(SashComposite sashComposite)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SafeActiongetHorizontalAction()SafeActiongetVerticalAction()- 
Methods inherited from class org.eclipse.jface.action.MenuManageraddMenuListener, createContextMenu, createMenuBar, createMenuBar, dispose, doItemFill, fill, fill, fill, fill, findMenuUsingPath, findUsingPath, getId, getImageDescriptor, getMenu, getMenuItem, getMenuItemCount, getMenuItems, getMenuText, getOverrides, getParent, getRemoveAllWhenShown, isDynamic, isEnabled, isGroupMarker, isSeparator, isSubstituteFor, isVisible, markDirty, menuExist, removeMenuListener, saveWidgetState, setActionDefinitionId, setImageDescriptor, setMenuText, setOverrides, setParent, setRemoveAllWhenShown, setVisible, toString, update, update, update, update, updateAll
 - 
Methods inherited from class org.eclipse.jface.action.ContributionManageradd, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.jface.action.IContributionItemisDirty
 - 
Methods inherited from interface org.eclipse.jface.action.IContributionManageradd, add, appendToGroup, appendToGroup, find, getItems, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, prependToGroup, prependToGroup, remove, remove, removeAll
 
- 
 
- 
- 
- 
Constructor Detail- 
LayoutMenupublic LayoutMenu(SashComposite sashComposite) 
 
- 
 - 
Method Detail- 
getVerticalActionpublic SafeAction getVerticalAction() 
 - 
getHorizontalActionpublic SafeAction getHorizontalAction() 
 
- 
 
-