Uses of Interface
org.eclipse.jface.action.IToolBarManager
-
Packages that use IToolBarManager Package Description org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.window Provides a general framework for creating and managing windows.org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of IToolBarManager in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer that return IToolBarManager Modifier and Type Method Description protected IToolBarManagerContentMergeViewer. getToolBarManager(Composite parent)Returns the toolbar manager for this viewer. -
Uses of IToolBarManager in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IToolBarManager Modifier and Type Method Description protected abstract voidAbstractDebugView. configureToolBar(IToolBarManager tbm)Subclasses implement this menu to contribute actions to the toolbar. -
Uses of IToolBarManager in org.eclipse.jface.action
Classes in org.eclipse.jface.action that implement IToolBarManager Modifier and Type Class Description classSubToolBarManagerASubToolBarManagermonitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.classToolBarManagerA tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.Methods in org.eclipse.jface.action that return IToolBarManager Modifier and Type Method Description protected IToolBarManagerSubToolBarManager. getParentToolBarManager()IToolBarManagerToolBarContributionItem. getToolBarManager()Returns the internal tool bar manager of the contribution item.Methods in org.eclipse.jface.action with parameters of type IToolBarManager Modifier and Type Method Description voidCoolBarManager. add(IToolBarManager toolBarManager)voidICoolBarManager. add(IToolBarManager toolBarManager)A convenience method to add a tool bar as a contribution item to this cool bar manager.voidSubCoolBarManager. add(IToolBarManager toolBarManager)Constructors in org.eclipse.jface.action with parameters of type IToolBarManager Constructor Description SubToolBarManager(IToolBarManager mgr)Constructs a new manager.ToolBarContributionItem(IToolBarManager toolBarManager)Convenience method equivalent toToolBarContributionItem(toolBarManager, null).ToolBarContributionItem(IToolBarManager toolBarManager, String id)Creates a tool bar contribution item. -
Uses of IToolBarManager in org.eclipse.jface.window
Methods in org.eclipse.jface.window that return IToolBarManager Modifier and Type Method Description protected IToolBarManagerApplicationWindow. createToolBarManager2(int style)Returns a new tool bar manager for the window.IToolBarManagerApplicationWindow. getToolBarManager2()Returns the tool bar manager for this window (if it has one). -
Uses of IToolBarManager in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type IToolBarManager Modifier and Type Method Description protected voidAbstractTextSearchViewPage. fillToolbar(IToolBarManager tbm)Fills the toolbar contribution for this page. -
Uses of IToolBarManager in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type IToolBarManager Modifier and Type Method Description protected abstract IPagePageCompareEditorInput. createPage(CompareViewerPane parent, IToolBarManager toolBarManager)Create the page for this part and return the top level control for the page. -
Uses of IToolBarManager in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that return IToolBarManager Modifier and Type Method Description IToolBarManagerIHistoryPageSite. getToolBarManager()Returns the toolbar manager for this site ornullit there is no toolbar.Methods in org.eclipse.team.ui.history with parameters of type IToolBarManager Modifier and Type Method Description protected IPageHistoryPageCompareEditorInput. createPage(CompareViewerPane parent, IToolBarManager toolBarManager) -
Uses of IToolBarManager in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IToolBarManager Modifier and Type Method Description protected IPageParticipantPageCompareEditorInput. createPage(CompareViewerPane parent, IToolBarManager toolBarManager) -
Uses of IToolBarManager in org.eclipse.ui
Methods in org.eclipse.ui that return IToolBarManager Modifier and Type Method Description IToolBarManagerIActionBars. getToolBarManager()Returns the tool bar manager.IToolBarManagerSubActionBars. getToolBarManager()Returns the tool bar manager.Methods in org.eclipse.ui with parameters of type IToolBarManager Modifier and Type Method Description protected SubToolBarManagerSubActionBars. createSubToolBarManager(IToolBarManager parent)Returns a new sub toolbar manager. -
Uses of IToolBarManager in org.eclipse.ui.console
Methods in org.eclipse.ui.console with parameters of type IToolBarManager Modifier and Type Method Description protected voidTextConsolePage. configureToolBar(IToolBarManager mgr) -
Uses of IToolBarManager in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return IToolBarManager Modifier and Type Method Description IToolBarManagerForm. getToolBarManager()Returns the tool bar manager that is used to manage tool items in the form's title area.IToolBarManagerScrolledForm. getToolBarManager()Returns the tool bar manager that is used to manage tool items in the form's title area. -
Uses of IToolBarManager in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type IToolBarManager Modifier and Type Method Description voidDrillDownAdapter. addNavigationActions(IToolBarManager toolBar)Adds actions for "go back", "go home", and "go into" to a tool bar manager.voidEditorActionBarContributor. contributeToToolBar(IToolBarManager toolBarManager)Contributes to the given tool bar.voidPage. makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)This method exists for backward compatibility. -
Uses of IToolBarManager in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties with parameters of type IToolBarManager Modifier and Type Method Description voidPropertySheetPage. makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)
-