| org.eclipse.ui.SubActionBars org.eclipse.ui.internal.ViewActionBars
ViewActionBars | public class ViewActionBars extends SubActionBars (Code) | | An editor container manages the services for an editor.
|
getMenuManager | public IMenuManager getMenuManager()(Code) | | Returns the menu manager. If items are added or removed from the manager
be sure to call updateActionBars .
the menu manager |
getToolBarManager | public IToolBarManager getToolBarManager()(Code) | | Returns the tool bar manager. If items are added or removed from the
manager be sure to call updateActionBars .
the tool bar manager |
updateActionBars | public void updateActionBars()(Code) | | Commits all UI changes. This should be called after additions or
subtractions have been made to a menu, status line, or toolbar.
|
Fields inherited from org.eclipse.ui.SubActionBars | final public static String P_ACTION_HANDLERS(Code)(Java Doc)
|
|
|