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.
|
Modifier and Type | Method and Description |
---|---|
protected IToolBarManager |
ContentMergeViewer.getToolBarManager(Composite parent)
Returns the toolbar manager for this viewer.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractDebugView.configureToolBar(IToolBarManager tbm)
Subclasses implement this menu to contribute actions
to the toolbar.
|
Modifier and Type | Class and Description |
---|---|
class |
SubToolBarManager
A
SubToolBarManager monitors the additional and removal of
items from a parent manager so that visibility of the entire set can be changed as a
unit. |
class |
ToolBarManager
A tool bar manager is a contribution manager which realizes itself and its
items in a tool bar control.
|
Modifier and Type | Method and Description |
---|---|
protected IToolBarManager |
SubToolBarManager.getParentToolBarManager() |
IToolBarManager |
ToolBarContributionItem.getToolBarManager()
Returns the internal tool bar manager of the contribution item.
|
Modifier and Type | Method and Description |
---|---|
void |
SubCoolBarManager.add(IToolBarManager toolBarManager) |
void |
CoolBarManager.add(IToolBarManager toolBarManager) |
void |
ICoolBarManager.add(IToolBarManager toolBarManager)
A convenience method to add a tool bar as a contribution item to this
cool bar manager.
|
Constructor and Description |
---|
SubToolBarManager(IToolBarManager mgr)
Constructs a new manager.
|
ToolBarContributionItem(IToolBarManager toolBarManager)
Convenience method equivalent to
ToolBarContributionItem(toolBarManager, null) . |
ToolBarContributionItem(IToolBarManager toolBarManager,
String id)
Creates a tool bar contribution item.
|
Modifier and Type | Method and Description |
---|---|
protected IToolBarManager |
ApplicationWindow.createToolBarManager2(int style)
Returns a new tool bar manager for the window.
|
IToolBarManager |
ApplicationWindow.getToolBarManager2()
Returns the tool bar manager for this window (if it has one).
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTextSearchViewPage.fillToolbar(IToolBarManager tbm)
Fills the toolbar contribution for this page.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IPage |
PageCompareEditorInput.createPage(CompareViewerPane parent,
IToolBarManager toolBarManager)
Create the page for this part and return the top level control
for the page.
|
Modifier and Type | Method and Description |
---|---|
IToolBarManager |
IHistoryPageSite.getToolBarManager()
Returns the toolbar manager for this site or
null
it there is no toolbar. |
Modifier and Type | Method and Description |
---|---|
protected IPage |
HistoryPageCompareEditorInput.createPage(CompareViewerPane parent,
IToolBarManager toolBarManager) |
Modifier and Type | Method and Description |
---|---|
protected IPage |
ParticipantPageCompareEditorInput.createPage(CompareViewerPane parent,
IToolBarManager toolBarManager) |
Modifier and Type | Method and Description |
---|---|
IToolBarManager |
IActionBars.getToolBarManager()
Returns the tool bar manager.
|
IToolBarManager |
SubActionBars.getToolBarManager()
Returns the tool bar manager.
|
Modifier and Type | Method and Description |
---|---|
protected SubToolBarManager |
SubActionBars.createSubToolBarManager(IToolBarManager parent)
Returns a new sub toolbar manager.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TextConsolePage.configureToolBar(IToolBarManager mgr) |
Modifier and Type | Method and Description |
---|---|
IToolBarManager |
ScrolledForm.getToolBarManager()
Returns the tool bar manager that is used to manage tool items in the
form's title area.
|
IToolBarManager |
Form.getToolBarManager()
Returns the tool bar manager that is used to manage tool items in the
form's title area.
|
Modifier and Type | Method and Description |
---|---|
void |
DrillDownAdapter.addNavigationActions(IToolBarManager toolBar)
Adds actions for "go back", "go home", and "go into" to a tool bar manager.
|
void |
EditorActionBarContributor.contributeToToolBar(IToolBarManager toolBarManager)
Contributes to the given tool bar.
|
void |
Page.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySheetPage.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.