Uses of Class
org.eclipse.ui.actions.ActionGroup
-
Packages that use ActionGroup Package Description org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages.org.eclipse.search.ui.actions Search actionsorg.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.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 basedIFileBufferand others directly handlingIFileandIStorageas editor input.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.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of ActionGroup in org.eclipse.ltk.ui.refactoring.model
Subclasses of ActionGroup in org.eclipse.ltk.ui.refactoring.model Modifier and Type Class Description classRefactoringSynchronizationActionProviderRefactoring-aware synchronization action provider which contributes an action to accept pending refactorings during team synchronization. -
Uses of ActionGroup in org.eclipse.search.ui
Methods in org.eclipse.search.ui that return ActionGroup Modifier and Type Method Description ActionGroupIActionGroupFactory. createActionGroup(ISearchResultView searchView)Deprecated.Creates anActionGroupfor a Search view. -
Uses of ActionGroup in org.eclipse.search.ui.actions
Subclasses of ActionGroup in org.eclipse.search.ui.actions Modifier and Type Class Description classTextSearchGroupAction group that adds a sub-menu with text search actions to a context menu. -
Uses of ActionGroup in org.eclipse.team.ui.mapping
Subclasses of ActionGroup in org.eclipse.team.ui.mapping Modifier and Type Class Description classSynchronizationActionProviderAn action group that can be used by models to contribute actions to a team synchronization viewer. -
Uses of ActionGroup in org.eclipse.team.ui.synchronize
Subclasses of ActionGroup in org.eclipse.team.ui.synchronize Modifier and Type Class Description classModelSynchronizeParticipantActionGroupAction group that contributes the merge actions to the model synchronize participant.classSynchronizePageActionGroupUsed to add one or more actions to the context menu, toolbar or view menu of anISynchronizePage. -
Uses of ActionGroup in org.eclipse.ui.actions
Subclasses of ActionGroup in org.eclipse.ui.actions Modifier and Type Class Description classWorkingSetFilterActionGroupAdds 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 Modifier and Type Class Description classEncodingActionGroupDeprecated, for removal: This API element is subject to removal in a future version.As of 3.1, encoding needs to be changed via properties dialog. -
Uses of ActionGroup in org.eclipse.ui.navigator
Subclasses of ActionGroup in org.eclipse.ui.navigator Modifier and Type Class Description classCommonActionProviderProvides actions from extensions for menu andIActionBarscontributions.classNavigatorActionServiceProvides context menu items andIActionBarscontributions for a particular abstract viewer.classWizardActionGroupPopulates context menus with shortcut actions for defined wizards.Methods in org.eclipse.ui.navigator that return ActionGroup Modifier and Type Method Description protected ActionGroupCommonNavigator. createCommonActionGroup()The ActionGroup is used to populate the ActionBars of Common Navigator View Part, and the returned implementation will have an opportunity to fill the ActionBars of the view as soon as it is created -
Uses of ActionGroup in org.eclipse.ui.navigator.resources
Subclasses of ActionGroup in org.eclipse.ui.navigator.resources Modifier and Type Class Description classGoIntoActionProviderProvides the Go Into action for theProjectExplorerMethods in org.eclipse.ui.navigator.resources that return ActionGroup Modifier and Type Method Description protected ActionGroupProjectExplorer. createCommonActionGroup() -
Uses of ActionGroup in org.eclipse.ui.operations
Subclasses of ActionGroup in org.eclipse.ui.operations Modifier and Type Class Description classUndoRedoActionGroupUndoRedoActionGroup provides standard undo and redo action handlers for a workbench part site. -
Uses of ActionGroup in org.eclipse.ui.views.navigator
Subclasses of ActionGroup in org.eclipse.ui.views.navigator Modifier and Type Class Description classGotoActionGroupDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassMainActionGroupDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassOpenActionGroupDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassRefactorActionGroupDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassResourceNavigatorActionGroupDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassSortAndFilterActionGroupDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassWorkspaceActionGroupDeprecated.as of 3.5, use the Common Navigator Framework classes instead
-