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 actions
|
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.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.navigator |
Provides the Common Navigator framework.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RefactoringSynchronizationActionProvider
Refactoring-aware synchronization action provider which contributes an action
to accept pending refactorings during team synchronization.
|
Modifier and Type | Method and Description |
---|---|
ActionGroup |
IActionGroupFactory.createActionGroup(ISearchResultView searchView)
Deprecated.
Creates an
ActionGroup for a Search view. |
Modifier and Type | Class and Description |
---|---|
class |
TextSearchGroup
Action group that adds a sub-menu with text search actions to a context menu.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizationActionProvider
An action group that can be used by models to contribute actions
to a team synchronization viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelSynchronizeParticipantActionGroup
Action group that contributes the merge actions to the model
synchronize participant.
|
class |
SynchronizePageActionGroup
Used to add one or more actions to the context menu, toolbar or view menu
of an
ISynchronizePage . |
Modifier and Type | Class and Description |
---|---|
class |
WorkingSetFilterActionGroup
Adds working set filter actions (set / clear / edit)
|
Modifier and Type | Class and Description |
---|---|
class |
EncodingActionGroup
Deprecated.
As of 3.1, encoding needs to be changed via properties dialog
|
Modifier and Type | Class and Description |
---|---|
class |
CommonActionProvider
Provides actions from extensions for menu and
IActionBars contributions. |
class |
NavigatorActionService
Provides context menu items and
IActionBars contributions for a particular abstract
viewer. |
class |
WizardActionGroup
Populates context menus with shortcut actions for defined wizards.
|
Modifier and Type | Method and Description |
---|---|
protected ActionGroup |
CommonNavigator.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.
|
Modifier and Type | Class and Description |
---|---|
class |
UndoRedoActionGroup
UndoRedoActionGroup provides standard undo and redo action handlers for a
workbench part site.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.