fable.framework.toolbox
Class ActionBarWrapper
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.SubActionBars
org.eclipse.ui.SubActionBars2
fable.framework.toolbox.ActionBarWrapper
- All Implemented Interfaces:
- org.eclipse.ui.IActionBars, org.eclipse.ui.IActionBars2
public class ActionBarWrapper
- extends org.eclipse.ui.SubActionBars2
Fields inherited from class org.eclipse.ui.SubActionBars |
P_ACTION_HANDLERS |
Constructor Summary |
ActionBarWrapper(org.eclipse.jface.action.IToolBarManager alternativeToolbarManager,
org.eclipse.jface.action.IMenuManager alternativeMenuManager,
org.eclipse.jface.action.IStatusLineManager alternativeStatusManager,
org.eclipse.ui.IActionBars2 parent)
alternatives may be null. |
Method Summary |
org.eclipse.jface.action.IMenuManager |
getMenuManager()
|
org.eclipse.jface.action.IStatusLineManager |
getStatusLineManager()
Returns the status line manager. |
org.eclipse.jface.action.IToolBarManager |
getToolBarManager()
Returns the tool bar manager. |
Methods inherited from class org.eclipse.ui.SubActionBars2 |
dispose, getCoolBarManager |
Methods inherited from class org.eclipse.ui.SubActionBars |
activate, activate, addPropertyChangeListener, clearGlobalActionHandlers, deactivate, deactivate, getGlobalActionHandler, getGlobalActionHandlers, getServiceLocator, partChanged, removePropertyChangeListener, setGlobalActionHandler, updateActionBars |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IActionBars |
clearGlobalActionHandlers, getGlobalActionHandler, getServiceLocator, setGlobalActionHandler, updateActionBars |
ActionBarWrapper
public ActionBarWrapper(org.eclipse.jface.action.IToolBarManager alternativeToolbarManager,
org.eclipse.jface.action.IMenuManager alternativeMenuManager,
org.eclipse.jface.action.IStatusLineManager alternativeStatusManager,
org.eclipse.ui.IActionBars2 parent)
- alternatives may be null.
- Parameters:
alternativeToolbarManager
- alternativeMenuManager
- alternativeStatusManager
- parent
-
getMenuManager
public org.eclipse.jface.action.IMenuManager getMenuManager()
- Specified by:
getMenuManager
in interface org.eclipse.ui.IActionBars
- Overrides:
getMenuManager
in class org.eclipse.ui.SubActionBars
getStatusLineManager
public org.eclipse.jface.action.IStatusLineManager getStatusLineManager()
- Returns the status line manager. If items are added or removed from the
manager be sure to call
updateActionBars
.
- Specified by:
getStatusLineManager
in interface org.eclipse.ui.IActionBars
- Overrides:
getStatusLineManager
in class org.eclipse.ui.SubActionBars
- Returns:
- the status line manager
getToolBarManager
public org.eclipse.jface.action.IToolBarManager getToolBarManager()
- Returns the tool bar manager. If items are added or removed from the
manager be sure to call
updateActionBars
.
- Specified by:
getToolBarManager
in interface org.eclipse.ui.IActionBars
- Overrides:
getToolBarManager
in class org.eclipse.ui.SubActionBars
- Returns:
- the tool bar manager