Uses of Interface
org.eclipse.ui.IActionBars
-
Packages that use IActionBars Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.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.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the product introduction parts.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of IActionBars in org.eclipse.compare
Methods in org.eclipse.compare that return IActionBars Modifier and Type Method Description IActionBarsCompareEditorInput. getActionBars()IActionBarsICompareContainer. getActionBars()Return the action bars for the container ornullif the container does not have an action bars. -
Uses of IActionBars in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IActionBars Modifier and Type Method Description voidSynchronizationActionProvider. fillActionBars(IActionBars actionBars) -
Uses of IActionBars in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return IActionBars Modifier and Type Method Description IActionBarsISynchronizePageSite. getActionBars()Returns the action bars for this synchronize page site.Methods in org.eclipse.team.ui.synchronize with parameters of type IActionBars Modifier and Type Method Description voidModelSynchronizeParticipantActionGroup. fillActionBars(IActionBars actionBars)voidSynchronizePageActionGroup. fillActionBars(IActionBars actionBars) -
Uses of IActionBars in org.eclipse.ui
Subinterfaces of IActionBars in org.eclipse.ui Modifier and Type Interface Description interfaceIActionBars2Interface extention toIActionBarsthat provides an additional cool bar manager.Classes in org.eclipse.ui that implement IActionBars Modifier and Type Class Description classSubActionBarsGeneric implementation of theIActionBarsinterface.classSubActionBars2A implementation of the extendedIActionBars2interface.Methods in org.eclipse.ui that return IActionBars Modifier and Type Method Description IActionBarsIEditorSite. getActionBars()Returns the action bars for this part site.IActionBarsIViewSite. getActionBars()Returns the action bars for this part site.protected IActionBarsSubActionBars. getParent()Return the parent action bar manager.Methods in org.eclipse.ui with parameters of type IActionBars Modifier and Type Method Description voidIEditorActionBarContributor. 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.Constructors in org.eclipse.ui with parameters of type IActionBars Constructor Description SubActionBars(IActionBars parent)Construct a newSubActionBarsobject.SubActionBars(IActionBars parent, IServiceLocator serviceLocator)Constructs a new instance ofSubActionBars. -
Uses of IActionBars in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type IActionBars Modifier and Type Method Description voidActionGroup. fillActionBars(IActionBars actionBars)Adds the applicable actions to a part's action bars, including setting any global action handlers.voidWorkingSetFilterActionGroup. fillActionBars(IActionBars actionBars)Constructors in org.eclipse.ui.actions with parameters of type IActionBars Constructor Description TextActionHandler(IActionBars actionBar)Creates aTextcontrol action handler for the global Cut, Copy, Paste, Delete, and Select All of the action bar.TextActionHandler(IActionBars actionBar, boolean autoMode)Creates aTextcontrol action handler for the global Cut, Copy, Paste, Delete, and Select All of the action bar. -
Uses of IActionBars in org.eclipse.ui.console
Methods in org.eclipse.ui.console with parameters of type IActionBars Modifier and Type Method Description voidTextConsolePage. setActionBars(IActionBars actionBars)protected voidTextConsolePage. setGlobalAction(IActionBars actionBars, String actionID, IAction action)Configures an action for key bindings. -
Uses of IActionBars in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text with parameters of type IActionBars Modifier and Type Method Description voidEncodingActionGroup. fillActionBars(IActionBars actionBars)Deprecated.voidTextEditorActionContributor. init(IActionBars bars) -
Uses of IActionBars in org.eclipse.ui.intro
Methods in org.eclipse.ui.intro that return IActionBars Modifier and Type Method Description IActionBarsIIntroSite. getActionBars()Returns the action bars for this part site. -
Uses of IActionBars in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return IActionBars Modifier and Type Method Description IActionBarsICommonViewerWorkbenchSite. getActionBars()Returns the action bars for this page site.Methods in org.eclipse.ui.navigator with parameters of type IActionBars Modifier and Type Method Description voidNavigatorActionService. fillActionBars(IActionBars theActionBars)Request that the service invoke extensions to fill the given IActionBars with retargetable actions or view menu contributions from Action Providers that are interested in the given selection. -
Uses of IActionBars in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type IActionBars Modifier and Type Method Description voidGoIntoActionProvider. fillActionBars(IActionBars actionBars) -
Uses of IActionBars in org.eclipse.ui.operations
Methods in org.eclipse.ui.operations with parameters of type IActionBars Modifier and Type Method Description voidUndoRedoActionGroup. fillActionBars(IActionBars actionBars) -
Uses of IActionBars in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return IActionBars Modifier and Type Method Description IActionBarsEditorActionBarContributor. getActionBars()Returns this contributor's action bars.IActionBarsIPageSite. getActionBars()Returns the action bars for this page site.IActionBarsMultiPageEditorSite. getActionBars()TheMultiPageEditorSiteimplementation of thisIEditorSitemethod forwards to the multi-page editor to return the action bars.IActionBarsPageSite. getActionBars()The PageSite implementation of thisIPageSitemethod returns theSubActionBarsfor this site.Methods in org.eclipse.ui.part with parameters of type IActionBars Modifier and Type Method Description voidEditorActionBarContributor. init(IActionBars bars)This method calls:contributeToMenuwithbars' menu managercontributeToToolBarwithbars' tool bar managercontributeToCoolBarwithbars' cool bar manager ifIActionBarsis of extended typeIActionBars2contributeToStatusLinewithbars' status line manager The given action bars are also remembered and made accessible viagetActionBars.voidEditorActionBarContributor. init(IActionBars bars, IWorkbenchPage page)TheEditorActionBarContributorimplementation of thisIEditorActionBarContributormethod remembers the page then forwards the call toinit(IActionBars)for backward compatibilityvoidIPage. setActionBars(IActionBars actionBars)Allows the page to make contributions to the given action bars.voidPage. setActionBars(IActionBars actionBars)This method exists for backward compatibility.Constructors in org.eclipse.ui.part with parameters of type IActionBars Constructor Description CellEditorActionHandler(IActionBars actionBar)Creates aCellEditoraction 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.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type IActionBars Modifier and Type Method Description voidGotoActionGroup. fillActionBars(IActionBars actionBars)Deprecated.voidMainActionGroup. fillActionBars(IActionBars actionBars)Deprecated.Adds the actions in this group and its subgroups to the action bars.voidRefactorActionGroup. fillActionBars(IActionBars actionBars)Deprecated.voidSortAndFilterActionGroup. fillActionBars(IActionBars actionBars)Deprecated.voidWorkspaceActionGroup. fillActionBars(IActionBars actionBars)Deprecated. -
Uses of IActionBars in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties with parameters of type IActionBars Modifier and Type Method Description voidPropertySheetPage. setActionBars(IActionBars actionBars)ThePropertySheetPageimplementation of thisIPagemethod callsmakeContributionsfor backwards compatibility with previous versions ofIPage. -
Uses of IActionBars in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed with parameters of type IActionBars Modifier and Type Method Description voidIActionProvider. setActionBars(ITabbedPropertySheetPageContributor contributor, IActionBars actionBars)Allows the page to make contributions to the given action bars.voidTabbedPropertySheetPage. setActionBars(IActionBars actionBars)
-