Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.IActionBars

Packages that use IActionBars
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 Package Specification This package specifies the API for working with resources 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 based IFileBuffer and others directly handling IFile and IStorage as 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
  IActionBars CompareEditorInput. getActionBars ()
           
  IActionBars ICompareContainer. getActionBars ()
          Return the action bars for the container or null if 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
 void SynchronizationActionProvider. fillActionBars ( IActionBars actionBars)
           
 

Uses of IActionBars in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return IActionBars
  IActionBars ISynchronizePageSite. getActionBars ()
          Returns the action bars for this synchronize page site.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type IActionBars
 void SynchronizePageActionGroup. fillActionBars ( IActionBars actionBars)
           
 void ModelSynchronizeParticipantActionGroup. fillActionBars ( IActionBars actionBars)
           
 

Uses of IActionBars in org.eclipse.ui
 

Subinterfaces of IActionBars in org.eclipse.ui
 interface IActionBars2
          Interface extention to IActionBars that provides an additional cool bar manager.
 

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

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

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.
SubActionBars ( IActionBars parent, IServiceLocator serviceLocator)
          Constructs a new instance of SubActionBars.
 

Uses of IActionBars in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type IActionBars
 void WorkingSetFilterActionGroup. fillActionBars ( IActionBars actionBars)
           
 void ActionGroup. fillActionBars ( IActionBars actionBars)
          Adds the applicable actions to a part's action bars, including setting any global action handlers.
 

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.console
 

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

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

Uses of IActionBars in org.eclipse.ui.intro
 

Methods in org.eclipse.ui.intro that return IActionBars
  IActionBars IIntroSite. 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
  IActionBars ICommonViewerWorkbenchSite. getActionBars ()
          Returns the action bars for this page site.
 

Methods in org.eclipse.ui.navigator with parameters of type IActionBars
 void NavigatorActionService. 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
 void GoIntoActionProvider. fillActionBars ( IActionBars actionBars)
           
 

Uses of IActionBars in org.eclipse.ui.operations
 

Methods in org.eclipse.ui.operations with parameters of type IActionBars
 void UndoRedoActionGroup. fillActionBars ( IActionBars actionBars)
           
 

Uses of IActionBars in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IActionBars
  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.
  IActionBars MultiPageEditorSite. getActionBars ()
          The MultiPageEditorSite implementation of this IEditorSite method forwards to the multi-page editor to return the action bars.
  IActionBars EditorActionBarContributor. getActionBars ()
          Returns this contributor's action bars.
 

Methods in org.eclipse.ui.part with parameters of type IActionBars
 void EditorActionBarContributor. init ( IActionBars bars)
          This method calls: contributeToMenu with bars' menu manager contributeToToolBar with bars' tool bar manager contributeToCoolBar with bars' cool bar manager if IActionBars is of extended type IActionBars2 contributeToStatusLine with bars' status line manager The given action bars are also remembered and made accessible via getActionBars.
 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 IPage. setActionBars ( IActionBars actionBars)
          Allows the page to make contributions to the given action bars.
 void Page. setActionBars ( IActionBars actionBars)
           
 

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)
          Deprecated.  
 void MainActionGroup. fillActionBars ( IActionBars actionBars)
          Deprecated. Adds the actions in this group and its subgroups to the action bars.
 void GotoActionGroup. fillActionBars ( IActionBars actionBars)
          Deprecated.  
 void SortAndFilterActionGroup. fillActionBars ( IActionBars actionBars)
          Deprecated.  
 void WorkspaceActionGroup. 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
 void PropertySheetPage. setActionBars ( IActionBars actionBars)
          The PropertySheetPage implementation of this IPage method calls makeContributions for backwards compatibility with previous versions of IPage.
 

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

Methods in org.eclipse.ui.views.properties.tabbed with parameters of type IActionBars
 void TabbedPropertySheetPage. setActionBars ( IActionBars actionBars)
           
 void IActionProvider. setActionBars ( ITabbedPropertySheetPageContributor contributor, IActionBars actionBars)
          Allows the page to make contributions to the given action bars.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire