Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IActionBars

Packages that use IActionBars
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.editors.text Provides a standard text editor and a file-based document provider. 
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. 
 

Uses of IActionBars in org.eclipse.ui
 

Classes in org.eclipse.ui that implement IActionBars
 class SubActionBars
          Generic implementation of the IActionBars interface.
 

Methods in org.eclipse.ui that return IActionBars
 IActionBars IEditorSite.getActionBars()
          Returns the action bars for this part site.
protected  IActionBars SubActionBars.getParent()
          Return the parent action bar manager.
 IActionBars IViewSite.getActionBars()
          Returns the action bars for this part site.
 

Methods in org.eclipse.ui with parameters of type IActionBars
 void 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.
 

Constructors in org.eclipse.ui with parameters of type IActionBars
SubActionBars(IActionBars parent)
          Construct a new SubActionBars object.
 

Uses of IActionBars in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type IActionBars
 void 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)
          Adds working set actions to the specified action bar.
 

Constructors in org.eclipse.ui.actions with parameters of type IActionBars
TextActionHandler(IActionBars actionBar)
          Creates a Text control action handler for the global Cut, Copy, Paste, Delete, and Select All of the action bar.
 

Uses of IActionBars in org.eclipse.ui.editors.text
 

Methods in org.eclipse.ui.editors.text with parameters of type IActionBars
 void TextEditorActionContributor.init(IActionBars bars)
           
 void EncodingActionGroup.fillActionBars(IActionBars actionBars)
           
 

Uses of IActionBars in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IActionBars
 IActionBars EditorActionBarContributor.getActionBars()
          Returns this contributor's action bars.
 IActionBars MultiPageEditorSite.getActionBars()
          The MultiPageEditorSite implementation of this IEditorSite method forwards to the multi-page editor to return the action bars.
 IActionBars IPageSite.getActionBars()
          Returns the action bars for this page site.
 IActionBars PageSite.getActionBars()
          The PageSite implementation of this IPageSite method returns the SubActionBars for this site.
 

Methods in org.eclipse.ui.part with parameters of type IActionBars
 void EditorActionBarContributor.init(IActionBars bars, IWorkbenchPage page)
          The EditorActionBarContributor implementation of this IEditorActionBarContributor method remembers the page then forwards the call to init(IActionBars) for backward compatibility
 void EditorActionBarContributor.init(IActionBars bars)
          This method calls: contributeToMenu with bars' menu manager contributeToToolBar with bars' tool bar manager contributeToStatusLine with bars' status line manager The given action bars are also remembered and made accessible via getActionBars.
 void Page.setActionBars(IActionBars actionBars)
           
 void IPage.setActionBars(IActionBars actionBars)
          Allows the page to make contributions to the given action bars.
 

Constructors in org.eclipse.ui.part with parameters of type IActionBars
CellEditorActionHandler(IActionBars actionBar)
          Creates a CellEditor 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.navigator
 

Methods in org.eclipse.ui.views.navigator with parameters of type IActionBars
 void RefactorActionGroup.fillActionBars(IActionBars actionBars)
           
 void WorkspaceActionGroup.fillActionBars(IActionBars actionBars)
           
 void SortAndFilterActionGroup.fillActionBars(IActionBars actionBars)
           
 void MainActionGroup.fillActionBars(IActionBars actionBars)
          Adds the actions in this group and its subgroups to the action bars.
 void GotoActionGroup.fillActionBars(IActionBars actionBars)
           
 

Uses of IActionBars in org.eclipse.ui.views.properties
 

Methods in org.eclipse.ui.views.properties with parameters of type IActionBars
 void PropertySheetPage.setActionBars(IActionBars actionBars)
          The PropertySheetPage implementation of this IPage method calls makeContributions for backwards compatibility with previous versions of IPage.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.