Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.ui.actions.ActionGroup

Packages that use ActionGroup
org.eclipse.search.ui Provides classes and interfaces to run search queries and manage their results.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
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 concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.  
 

Uses of ActionGroup in org.eclipse.search.ui
 

Methods in org.eclipse.search.ui that return ActionGroup
 ActionGroup IActionGroupFactory.createActionGroup(ISearchResultView searchView)
          Deprecated. Creates an ActionGroup for a Search view.
 

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

Subclasses of ActionGroup in org.eclipse.team.ui.synchronize
 class SynchronizePageActionGroup
          Used to add one or more actions to the context menu, toolbar or view menu of an ISynchronizePage.
 

Uses of ActionGroup in org.eclipse.ui.actions
 

Subclasses of ActionGroup in org.eclipse.ui.actions
 class WorkingSetFilterActionGroup
          Adds working set filter actions (set / clear / edit)
 

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

Subclasses of ActionGroup in org.eclipse.ui.editors.text
 class EncodingActionGroup
          Action group for encoding actions.
 

Uses of ActionGroup in org.eclipse.ui.views.navigator
 

Subclasses of ActionGroup in org.eclipse.ui.views.navigator
 class GotoActionGroup
          This is the action group for the goto actions.
 class MainActionGroup
          The main action group for the navigator.
 class OpenActionGroup
          This is the action group for the open actions.
 class RefactorActionGroup
          This is the action group for refactor actions, including global action handlers for copy, paste and delete.
 class ResourceNavigatorActionGroup
          This is the action group for all the resource navigator actions.
 class SortAndFilterActionGroup
          This is the action group for the sort and filter actions.
 class WorkspaceActionGroup
          This is the action group for workspace actions such as Build, Refresh Local, and Open/Close Project.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.