|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAction | |
org.eclipse.compare | Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.debug.ui.actions | Provides a set of actions related to running and debugging applications. |
org.eclipse.help.ui.browser | Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser. |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.search.ui | Provides classes and interfaces for search pages. |
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.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
org.eclipse.ui.help | Classes for integration with the help support system in the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
org.eclipse.ui.views.framelist | Provides support for a web-browser style of navigation within a view by maintaining a list of frames. |
org.eclipse.ui.views.navigator | Provides the standard Resource Navigator view which presents the tree of resources in the workspace. |
Uses of IAction in org.eclipse.compare |
Classes in org.eclipse.compare that implement IAction | |
class |
NavigationAction
A NavigationAction is used to navigate through the individual
differences of a CompareEditorInput . |
Uses of IAction in org.eclipse.debug.ui |
Methods in org.eclipse.debug.ui that return IAction | |
IAction |
AbstractDebugView.getAction(String actionID)
|
IAction |
IDebugView.getAction(String actionID)
Returns the action installed under the given action id. |
Methods in org.eclipse.debug.ui with parameters of type IAction | |
protected void |
AbstractDebugView.saveCheckedActionState(IAction action)
Save the checked state of the specified action in the Debug UI plugin's preference store. |
protected String |
AbstractDebugView.generatePreferenceKey(IAction action)
Generate a String that can be used as a key into a preference store based on the specified action. |
protected void |
AbstractDebugView.initActionState(IAction action)
Restires the persisted checked state of the specified action that was stored in preferences. |
void |
AbstractDebugView.setAction(String actionID,
IAction action)
|
void |
IDebugView.setAction(String actionID,
IAction action)
Installs the given action under the given action id. |
Uses of IAction in org.eclipse.debug.ui.actions |
Classes in org.eclipse.debug.ui.actions that implement IAction | |
class |
LaunchAction
Launches a launch configuration in a specific mode. |
class |
LaunchAsAction
A cascading sub-menu that shows all launch shortcuts pertinent to a launch group. |
class |
OpenLaunchDialogAction
Opens the launch configuration dialog in the context of a launch group. |
Methods in org.eclipse.debug.ui.actions that return IAction | |
protected IAction |
AbstractLaunchHistoryAction.getAction()
Returns the action used to render this delegate. |
Methods in org.eclipse.debug.ui.actions with parameters of type IAction | |
protected void |
AbstractLaunchHistoryAction.addToMenu(Menu menu,
IAction action,
int accelerator)
Adds the given action to the specified menu with an accelerator specified by the given number. |
void |
AbstractLaunchHistoryAction.run(IAction action)
|
void |
AbstractLaunchHistoryAction.selectionChanged(IAction action,
ISelection selection)
|
void |
AbstractLaunchToolbarAction.run(IAction action)
Launch the last launch, or open the launch config dialog if none. |
void |
OpenLaunchDialogAction.run(IAction action)
|
void |
OpenLaunchDialogAction.selectionChanged(IAction action,
ISelection selection)
|
void |
LaunchAsAction.run(IAction action)
|
void |
LaunchAsAction.selectionChanged(IAction action,
ISelection selection)
|
Uses of IAction in org.eclipse.help.ui.browser |
Methods in org.eclipse.help.ui.browser with parameters of type IAction | |
void |
LaunchURL.run(IAction action)
|
void |
LaunchURL.selectionChanged(IAction action,
ISelection selection)
|
Uses of IAction in org.eclipse.jface.action |
Classes in org.eclipse.jface.action that implement IAction | |
class |
Action
The standard abstract implementation of an action. |
Methods in org.eclipse.jface.action that return IAction | |
IAction |
ActionContributionItem.getAction()
Returns the action associated with this contribution item. |
Methods in org.eclipse.jface.action with parameters of type IAction | |
void |
ContributionManager.add(IAction action)
|
void |
ContributionManager.appendToGroup(String groupName,
IAction action)
|
void |
ContributionManager.insertAfter(String ID,
IAction action)
|
void |
ContributionManager.insertBefore(String ID,
IAction action)
|
void |
ContributionManager.prependToGroup(String groupName,
IAction action)
|
void |
IContributionManager.add(IAction action)
Adds an action as a contribution item to this manager. |
void |
IContributionManager.appendToGroup(String groupName,
IAction action)
Adds a contribution item for the given action at the end of the group with the given name. |
void |
IContributionManager.insertAfter(String id,
IAction action)
Inserts a contribution item for the given action after the item with the given id. |
void |
IContributionManager.insertBefore(String id,
IAction action)
Inserts a contribution item for the given action before the item with the given id. |
void |
IContributionManager.prependToGroup(String groupName,
IAction action)
Adds a contribution item for the given action at the beginning of the group with the given name. |
void |
SubContributionManager.add(IAction action)
|
void |
SubContributionManager.appendToGroup(String groupName,
IAction action)
|
void |
SubContributionManager.insertAfter(String id,
IAction action)
|
void |
SubContributionManager.insertBefore(String id,
IAction action)
|
void |
SubContributionManager.prependToGroup(String groupName,
IAction action)
|
Constructors in org.eclipse.jface.action with parameters of type IAction | |
ActionContributionItem(IAction action)
Creates a new contribution item from the given action. |
Uses of IAction in org.eclipse.search.ui |
Methods in org.eclipse.search.ui with parameters of type IAction | |
void |
ISearchResultView.searchStarted(IActionGroupFactory groupFactory,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
String pageId,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Informs the view that a search has started. |
void |
ISearchResultView.searchStarted(String pageId,
String label,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20011107, replaced by the new version with additonal parameter |
void |
ISearchResultView.searchStarted(String pageId,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20020514, replaced by the new version which provides an action group factory |
Uses of IAction in org.eclipse.ui |
Methods in org.eclipse.ui that return IAction | |
IAction |
SubActionBars.getGlobalActionHandler(String actionID)
Get the handler for a window action. |
IAction |
IActionBars.getGlobalActionHandler(String actionId)
Returns the global action handler for the action with the given id. |
Methods in org.eclipse.ui with parameters of type IAction | |
void |
IActionDelegateWithEvent.runWithEvent(IAction action,
Event event)
Deprecated. Use org.eclipse.ui.IActionDelegate2 instead. |
void |
SubActionBars.setGlobalActionHandler(String actionID,
IAction handler)
Add a handler for a window action. |
void |
IActionDelegate2.init(IAction action)
Allows the action delegate to initialize itself after being created by the proxy action. |
void |
IActionDelegate2.runWithEvent(IAction action,
Event event)
Performs this action, passing the SWT event which triggered it. |
void |
IEditorActionDelegate.setActiveEditor(IAction action,
IEditorPart targetEditor)
Sets the active editor for the delegate. |
void |
IKeyBindingService.registerAction(IAction action)
Registers an action with the key binding service. |
void |
IKeyBindingService.unregisterAction(IAction action)
Unregisters an action with the key binding service. |
void |
IActionDelegate.run(IAction action)
Performs this action. |
void |
IActionDelegate.selectionChanged(IAction action,
ISelection selection)
Notifies this action delegate that the selection in the workbench has changed. |
void |
IObjectActionDelegate.setActivePart(IAction action,
IWorkbenchPart targetPart)
Sets the active part for the delegate. |
void |
IActionBars.setGlobalActionHandler(String actionId,
IAction handler)
Sets the global action handler for the action with the given id. |
Uses of IAction in org.eclipse.ui.actions |
Classes in org.eclipse.ui.actions that implement IAction | |
class |
AddBookmarkAction
Standard action for adding a bookmark to the currently selected file resource(s). |
class |
BuildAction
Standard actions for full and incremental builds of the selected project(s). |
class |
CloseResourceAction
Standard action for closing the currently selected project(s). |
class |
CopyProjectAction
The CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources. |
class |
CopyResourceAction
Standard action for copying the currently selected resources elsewhere in the workspace. |
class |
CreateFileAction
Deprecated. should use NewWizardMenu to populate a New submenu instead (see Navigator view) |
class |
CreateFolderAction
Deprecated. should use NewWizardMenu to populate a New submenu instead (see Navigator view) |
class |
CreateProjectAction
Deprecated. This new experimental API is being temporary deprecated for release 2.0 New project creation should continue to make use of NewProjectAction. |
class |
DeleteResourceAction
Standard action for deleting the currently selected resources. |
class |
ExportResourcesAction
Action representing the initiation of an Export operation by the user. |
class |
GlobalBuildAction
Standard action for full and incremental builds of all projects within the workspace. |
class |
ImportResourcesAction
Action representing the initiation of an Import operation by the user. |
class |
LabelRetargetAction
A LabelRetargetAction extends the behavior of
RetargetAction. |
class |
MoveProjectAction
The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources. |
class |
MoveResourceAction
Standard action for moving the currently selected resources elsewhere in the workspace. |
class |
NewExampleAction
Standard action for launching the create project selection wizard. |
class |
NewProjectAction
Standard action for launching the create project selection wizard. |
class |
NewWizardAction
Invoke the resource creation wizard selection Wizard. |
class |
OpenFileAction
Standard action for opening an editor on the currently selected file resource(s). |
class |
OpenInNewWindowAction
Opens a new window. |
class |
OpenResourceAction
Standard action for opening the currently selected project(s). |
class |
OpenSystemEditorAction
Standard action for opening a system editor on the currently selected file resource. |
class |
PartEventAction
The abstract superclass for actions that listen to part activation and open/close events. |
class |
RefreshAction
Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendents. |
class |
RenameResourceAction
Standard action for renaming the selected resources. |
class |
RetargetAction
A RetargetAction tracks the active part in the workbench. |
class |
ScrubLocalAction
Standard action for scrubbing the local content in the local file system of the selected resources and all of their descendents. |
class |
SelectionListenerAction
The abstract superclass for actions that listen to selection change events. |
class |
SelectionProviderAction
The abstract superclass for actions that listen to selection changes from a particular selection provider. |
class |
WorkspaceAction
The abstract superclass for actions whose only role in life is to invoke core commands on a set of selected resources. |
Methods in org.eclipse.ui.actions that return IAction | |
protected IAction |
RetargetAction.getActionHandler()
Returns the action handler. |
Methods in org.eclipse.ui.actions with parameters of type IAction | |
protected void |
RetargetAction.setActionHandler(IAction newHandler)
Sets the action handler. |
protected void |
LabelRetargetAction.setActionHandler(IAction handler)
Sets the action handler. |
void |
ActionDelegate.run(IAction action)
The ActionDelegate implementation of this
IActionDelegate method does nothing. |
void |
ActionDelegate.selectionChanged(IAction action,
ISelection selection)
The ActionDelegate implementation of this
IActionDelegate method does nothing. |
void |
ActionDelegate.init(IAction action)
The ActionDelegate implementation of this
IActionDelegate2 method does nothing. |
void |
ActionDelegate.runWithEvent(IAction action,
Event event)
The ActionDelegate implementation of this
IActionDelegate2 method redirects to the run
method. |
void |
TextActionHandler.setCopyAction(IAction action)
Set the default IAction handler for the Copy
action. |
void |
TextActionHandler.setCutAction(IAction action)
Set the default IAction handler for the Cut
action. |
void |
TextActionHandler.setPasteAction(IAction action)
Set the default IAction handler for the Paste
action. |
void |
TextActionHandler.setSelectAllAction(IAction action)
Set the default IAction handler for the Select All
action. |
void |
TextActionHandler.setDeleteAction(IAction action)
Set the default IAction handler for the Delete
action. |
Uses of IAction in org.eclipse.ui.dialogs |
Classes in org.eclipse.ui.dialogs that implement IAction | |
class |
PropertyDialogAction
Standard action for opening a Property Pages Dialog on the currently selected element. |
Uses of IAction in org.eclipse.ui.help |
Methods in org.eclipse.ui.help with parameters of type IAction | |
static void |
WorkbenchHelp.setHelp(IAction action,
Object[] contexts)
Deprecated. use setHelp with a single context id parameter |
static void |
WorkbenchHelp.setHelp(IAction action,
IContextComputer computer)
Deprecated. context computers are no longer supported, clients should implement their own help listener |
static void |
WorkbenchHelp.setHelp(IAction action,
String contextId)
Sets the given help context id on the given action. |
Uses of IAction in org.eclipse.ui.part |
Methods in org.eclipse.ui.part with parameters of type IAction | |
void |
CellEditorActionHandler.setCopyAction(IAction action)
Sets the default IAction handler for the Copy
action. |
void |
CellEditorActionHandler.setCutAction(IAction action)
Sets the default IAction handler for the Cut
action. |
void |
CellEditorActionHandler.setDeleteAction(IAction action)
Sets the default IAction handler for the Delete
action. |
void |
CellEditorActionHandler.setFindAction(IAction action)
Sets the default IAction handler for the Find
action. |
void |
CellEditorActionHandler.setPasteAction(IAction action)
Sets the default IAction handler for the Paste
action. |
void |
CellEditorActionHandler.setRedoAction(IAction action)
Sets the default IAction handler for the Redo
action. |
void |
CellEditorActionHandler.setSelectAllAction(IAction action)
Sets the default IAction handler for the Select All
action. |
void |
CellEditorActionHandler.setUndoAction(IAction action)
Sets the default IAction handler for the Undo
action. |
Uses of IAction in org.eclipse.ui.texteditor |
Classes in org.eclipse.ui.texteditor that implement IAction | |
class |
AddMarkerAction
Action for creating a marker of a specified type for the editor's input element based on the editor's selection. |
class |
AddTaskAction
Creates a new task marker. |
class |
ContentAssistAction
A content assist action which gets its target from its text editor. |
class |
ConvertLineDelimitersAction
An action to convert line delimiters of a text editor document to a particular line delimiter. |
class |
DeleteLineAction
An action to delete a whole line, the fraction of the line that is left from the cursor or the fraction that is right from the cursor. |
class |
FindNextAction
An action which finds the next/previous occurrence of the last search or the current selection if present. |
class |
FindReplaceAction
An action which opens a Find/Replace dialog. |
class |
GotoLineAction
Action for jumping to a particular line if the editor's text viewer. |
class |
IncrementalFindAction
An action which enters the incremental find mode a la emacs. |
class |
MarkAction
An action to handle emacs-like marked regions. |
class |
MarkerRulerAction
A ruler action which can add and remove markers which have a visual representation in the ruler. |
class |
MarkerRulerInfoAction
Deprecated. use MarkerRulerAction instead |
class |
ResourceAction
An action which configures its label, image, tooltip, and description from a resource bundle using known keys. |
class |
RetargetTextEditorAction
Action used by an editor action bar contributor to establish placeholders in menus or action bars which can be retargeted to dynamically changing actions, for example, those which come from the active editor. |
class |
RevertToSavedAction
Action for abandoning changes made in the text editor since the last save operation. |
class |
SaveAction
Action for saving recent changes made in the text editor. |
class |
SelectMarkerRulerAction
A ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler. |
class |
SelectMarkerRulerInfoAction
Deprecated. use SelectMarkerRulerAction instead |
class |
ShiftAction
Action for shifting code to the right or left by one indentation level. |
class |
TextEditorAction
Sekelleton of a standard text editor action. |
class |
TextNavigationAction
An IAction wrapper for text widget navigational and selection actions. |
class |
TextOperationAction
An action which gets a text operation target from its text editor. |
Methods in org.eclipse.ui.texteditor that return IAction | |
protected IAction |
BasicTextEditorActionContributor.getAction(ITextEditor editor,
String actionId)
Returns the action registered with the given text editor. |
IAction |
AbstractTextEditor.getAction(String actionID)
|
protected abstract IAction |
AbstractRulerActionDelegate.createAction(ITextEditor editor,
IVerticalRulerInfo rulerInfo)
The factory method creating the underlying action. |
protected IAction |
BookmarkRulerAction.createAction(ITextEditor editor,
IVerticalRulerInfo rulerInfo)
|
IAction |
ITextEditor.getAction(String actionId)
Returns the action installed under the given action id. |
protected IAction |
SelectRulerAction.createAction(ITextEditor editor,
IVerticalRulerInfo rulerInfo)
|
protected IAction |
TaskRulerAction.createAction(ITextEditor editor,
IVerticalRulerInfo rulerInfo)
|
Methods in org.eclipse.ui.texteditor with parameters of type IAction | |
void |
AbstractTextEditor.setAction(String actionID,
IAction action)
|
void |
AbstractRulerActionDelegate.setActiveEditor(IAction callerAction,
IEditorPart targetEditor)
|
void |
AbstractRulerActionDelegate.run(IAction callerAction)
|
void |
AbstractRulerActionDelegate.selectionChanged(IAction action,
ISelection selection)
|
void |
RetargetTextEditorAction.setAction(IAction action)
Sets the underlying action. |
void |
ITextEditor.setAction(String actionID,
IAction action)
Installs the given action under the given action id. |
Uses of IAction in org.eclipse.ui.views.framelist |
Classes in org.eclipse.ui.views.framelist that implement IAction | |
class |
BackAction
Generic "Back" action which goes back one frame, |
class |
ForwardAction
Generic "Forward" action which goes forward one frame. |
class |
FrameAction
Abstract superclass for actions dealing with frames or a frame list. |
class |
GoIntoAction
Generic "Go Into" action which goes to the frame for the current selection. |
class |
UpAction
Generic "Up" action which goes to the parent frame for the current frame. |
Uses of IAction in org.eclipse.ui.views.navigator |
Classes in org.eclipse.ui.views.navigator that implement IAction | |
class |
CollapseAllAction
Collapse all project nodes. |
class |
FilterSelectionAction
The FilterSelectionAction opens the filters dialog. |
class |
GotoResourceAction
Implements the go to resource action. |
class |
ResourceNavigatorAction
Superclass of all actions provided by the resource navigator. |
class |
ResourceNavigatorMoveAction
The ResourceNavigatorMoveAction is a resource move that aso updates the navigator to show the result of the move. |
class |
ResourceNavigatorRenameAction
The ResourceNavigatorRenameAction is the rename action used by the ResourceNavigator that also allows updating after rename. |
class |
ShowInNavigatorAction
An action which shows the current selection in the Navigator view. |
class |
SortViewAction
Implementation of the view sorting actions. |
class |
ToggleLinkingAction
This action toggles whether this navigator links its selection to the active editor. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |