Uses of Interface
org.eclipse.ui.IActionBars
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Application programming interfaces for interaction
with and extension of the product introduction parts.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes that provide the basic workbench UI support for undo and redo of
operations.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
Provides the Tabbed Properties framework.
-
Uses of IActionBars in org.eclipse.compare
Modifier and TypeMethodDescriptionCompareEditorInput.getActionBars()
ICompareContainer.getActionBars()
Return the action bars for the container ornull
if the container does not have an action bars. -
Uses of IActionBars in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionstatic IActionBars
Utilities.findActionBars
(Control c) CompareContainer.getActionBars()
CompareEditor.getActionBars()
-
Uses of IActionBars in org.eclipse.team.ui.mapping
Modifier and TypeMethodDescriptionvoid
SynchronizationActionProvider.fillActionBars
(IActionBars actionBars) -
Uses of IActionBars in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionISynchronizePageSite.getActionBars()
Returns the action bars for this synchronize page site.Modifier and TypeMethodDescriptionvoid
ModelSynchronizeParticipantActionGroup.fillActionBars
(IActionBars actionBars) void
SynchronizePageActionGroup.fillActionBars
(IActionBars actionBars) -
Uses of IActionBars in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
Interface extention toIActionBars
that provides an additional cool bar manager.Modifier and TypeClassDescriptionclass
Generic implementation of theIActionBars
interface.class
A implementation of the extendedIActionBars2
interface.Modifier and TypeMethodDescriptionIEditorSite.getActionBars()
Returns the action bars for this part site.IViewSite.getActionBars()
Returns the action bars for this part site.protected final IActionBars
SubActionBars.getParent()
Return the parent action bar manager.Modifier and TypeMethodDescriptionvoid
IEditorActionBarContributor.init
(IActionBars bars, IWorkbenchPage page) Initializes this contributor, which is expected to add contributions as required to the given action bars and global action handlers.ModifierConstructorDescriptionSubActionBars
(IActionBars parent) Construct a newSubActionBars
object.SubActionBars
(IActionBars parent, IServiceLocator serviceLocator) Constructs a new instance ofSubActionBars
. -
Uses of IActionBars in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionvoid
ActionGroup.fillActionBars
(IActionBars actionBars) Adds the applicable actions to a part's action bars, including setting any global action handlers.void
WorkingSetFilterActionGroup.fillActionBars
(IActionBars actionBars) ModifierConstructorDescriptionTextActionHandler
(IActionBars actionBar) Creates aText
control action handler for the global Cut, Copy, Paste, Delete, and Select All of the action bar.TextActionHandler
(IActionBars actionBar, boolean autoMode) Creates aText
control action handler for the global Cut, Copy, Paste, Delete, and Select All of the action bar. -
Uses of IActionBars in org.eclipse.ui.console
Modifier and TypeMethodDescriptionvoid
TextConsolePage.setActionBars
(IActionBars actionBars) protected void
TextConsolePage.setGlobalAction
(IActionBars actionBars, String actionID, IAction action) Configures an action for key bindings. -
Uses of IActionBars in org.eclipse.ui.editors.text
-
Uses of IActionBars in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
This class represents the action bars for an action set.class
The action bars for an editor.class
Modifier and TypeMethodDescriptionPartSite.getActionBars()
Returns the action bars for the part.WorkbenchPage.getActionBars()
Modifier and TypeMethodDescriptionvoid
EditorActionBuilder.ExternalContributor.init
(IActionBars bars, IWorkbenchPage page) void
PluginActionSet.init
(IWorkbenchWindow window, IActionBars bars) Initializes this action set, which is expected to add it actions as required to the given workbench window and action bars. -
Uses of IActionBars in org.eclipse.ui.intro
Modifier and TypeMethodDescriptionIIntroSite.getActionBars()
Returns the action bars for this part site. -
Uses of IActionBars in org.eclipse.ui.operations
Modifier and TypeMethodDescriptionvoid
UndoRedoActionGroup.fillActionBars
(IActionBars actionBars) -
Uses of IActionBars in org.eclipse.ui.part
Modifier and TypeMethodDescriptionEditorActionBarContributor.getActionBars()
Returns this contributor's action bars.IPageSite.getActionBars()
Returns the action bars for this page site.MultiPageEditorSite.getActionBars()
TheMultiPageEditorSite
implementation of thisIEditorSite
method forwards to the multi-page editor to return the action bars.PageSite.getActionBars()
The PageSite implementation of thisIPageSite
method returns theSubActionBars
for this site.Modifier and TypeMethodDescriptionvoid
EditorActionBarContributor.init
(IActionBars bars) This method calls:contributeToMenu
withbars
' menu managercontributeToToolBar
withbars
' tool bar managercontributeToCoolBar
withbars
' cool bar manager ifIActionBars
is of extended typeIActionBars2
contributeToStatusLine
withbars
' status line manager The given action bars are also remembered and made accessible viagetActionBars
.void
EditorActionBarContributor.init
(IActionBars bars, IWorkbenchPage page) TheEditorActionBarContributor
implementation of thisIEditorActionBarContributor
method remembers the page then forwards the call toinit(IActionBars)
for backward compatibilityvoid
IPage.setActionBars
(IActionBars actionBars) Allows the page to make contributions to the given action bars.void
Page.setActionBars
(IActionBars actionBars) This method exists for backward compatibility.ModifierConstructorDescriptionCellEditorActionHandler
(IActionBars actionBar) Creates aCellEditor
action handler for the global Cut, Copy, Paste, Delete, Select All, Find, Undo, and Redo of the action bar. -
Uses of IActionBars in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionvoid
PropertySheetPage.setActionBars
(IActionBars actionBars) ThePropertySheetPage
implementation of thisIPage
method callsmakeContributions
for backwards compatibility with previous versions ofIPage
. -
Uses of IActionBars in org.eclipse.ui.views.properties.tabbed
Modifier and TypeMethodDescriptionvoid
IActionProvider.setActionBars
(ITabbedPropertySheetPageContributor contributor, IActionBars actionBars) Allows the page to make contributions to the given action bars.void
TabbedPropertySheetPage.setActionBars
(IActionBars actionBars)