|
|
|
|
Uses of Interface org.eclipse.jface.action.IAction
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
|
RunToLineActionDelegate.
init
(
IAction action)
|
void
|
RulerToggleBreakpointActionDelegate.
init
(
IAction action)
|
void
|
AddMemoryRenderingActionDelegate.
init
(
IAction action)
|
void
|
OpenLaunchDialogAction.
init
(
IAction action)
|
void
|
AbstractLaunchHistoryAction.
run
(
IAction action)
|
void
|
RunToLineActionDelegate.
run
(
IAction action)
|
void
|
ContextualLaunchAction.
run
(
IAction action)
|
void
|
AddMemoryRenderingActionDelegate.
run
(
IAction action)
|
void
|
AbstractLaunchToolbarAction.
run
(
IAction action)
Launch the last launch, or open the launch config dialog if none. |
void
|
OpenLaunchDialogAction.
run
(
IAction action)
|
void
|
LaunchShortcutsAction.
run
(
IAction action)
|
void
|
LaunchAsAction.
run
(
IAction action)
Deprecated. |
void
|
RulerBreakpointTypesActionDelegate.
run
(
IAction action)
|
void
|
RunToLineActionDelegate.
runWithEvent
(
IAction action,
Event event)
|
void
|
RulerToggleBreakpointActionDelegate.
runWithEvent
(
IAction action,
Event event)
|
void
|
AddMemoryRenderingActionDelegate.
runWithEvent
(
IAction action,
Event event)
|
void
|
OpenLaunchDialogAction.
runWithEvent
(
IAction action,
Event event)
|
void
|
AbstractLaunchHistoryAction.
selectionChanged
(
IAction action,
ISelection selection)
|
void
|
RunToLineActionDelegate.
selectionChanged
(
IAction action,
ISelection selection)
|
void
|
ContextualLaunchAction.
selectionChanged
(
IAction action,
ISelection selection)
|
void
|
AddMemoryRenderingActionDelegate.
selectionChanged
(
IAction action,
ISelection selection)
|
void
|
OpenLaunchDialogAction.
selectionChanged
(
IAction action,
ISelection selection)
|
void
|
LaunchShortcutsAction.
selectionChanged
(
IAction action,
ISelection selection)
|
void
|
LaunchAsAction.
selectionChanged
(
IAction action,
ISelection selection)
Deprecated. |
void
|
RulerBreakpointTypesActionDelegate.
selectionChanged
(
IAction action,
ISelection selection)
|
void
|
RunToLineActionDelegate.
setActiveEditor
(
IAction action,
IEditorPart targetEditor)
|
void
|
RulerToggleBreakpointActionDelegate.
setActiveEditor
(
IAction callerAction,
IEditorPart targetEditor)
|
void
|
AddMemoryRenderingActionDelegate.
setActiveEditor
(
IAction action,
IEditorPart targetEditor)
|
void
|
RulerBreakpointTypesActionDelegate.
setActiveEditor
(
IAction callerAction,
IEditorPart targetEditor)
|
void
|
ContextualLaunchAction.
setActivePart
(
IAction action,
IWorkbenchPart targetPart)
|
void
|
AddMemoryRenderingActionDelegate.
setActivePart
(
IAction action,
IWorkbenchPart targetPart)
|
Methods in
org.eclipse.jface.action with parameters of type
IAction
|
void
|
ContributionManager.
add
(
IAction action)
|
void
|
SubContributionManager.
add
(
IAction action)
|
void
|
IContributionManager.
add
(
IAction action)
Adds an action as a contribution item to this manager. |
void
|
ContributionManager.
appendToGroup
(
String groupName,
IAction action)
|
void
|
SubContributionManager.
appendToGroup
(
String groupName,
IAction action)
|
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
|
ContributionManager.
insertAfter
(
String ID,
IAction action)
|
void
|
SubContributionManager.
insertAfter
(
String id,
IAction action)
|
void
|
IContributionManager.
insertAfter
(
String id,
IAction action)
Inserts a contribution item for the given action after the item
with the given id. |
void
|
ContributionManager.
insertBefore
(
String ID,
IAction action)
|
void
|
SubContributionManager.
insertBefore
(
String id,
IAction action)
|
void
|
IContributionManager.
insertBefore
(
String id,
IAction action)
Inserts a contribution item for the given action before the item
with the given id. |
boolean
|
ExternalActionManager.IExecuteApplicable.
isApplicable
(
IAction action)
Allow the callback to filter out actions that should not fire
execution events. |
void
|
ExternalActionManager.CommandCallback.
notDefined
(
IAction action,
NotDefinedException exception)
|
void
|
ExternalActionManager.IExecuteCallback.
notDefined
(
IAction action,
NotDefinedException exception)
Fires a NotDefinedException because the action was not
defined. |
void
|
ExternalActionManager.CommandCallback.
notEnabled
(
IAction action,
NotEnabledException exception)
|
void
|
ExternalActionManager.IExecuteCallback.
notEnabled
(
IAction action,
NotEnabledException exception)
Fires a NotEnabledException because the action was not
enabled. |
void
|
ExternalActionManager.CommandCallback.
postExecuteFailure
(
IAction action,
ExecutionException exception)
|
void
|
ExternalActionManager.IExecuteCallback.
postExecuteFailure
(
IAction action,
ExecutionException exception)
Creates an ExecutionException when the action returned
a failure. |
void
|
ExternalActionManager.CommandCallback.
postExecuteSuccess
(
IAction action,
Object returnValue)
|
void
|
ExternalActionManager.IExecuteCallback.
postExecuteSuccess
(
IAction action,
Object returnValue)
Fires an execution event when the action returned a success. |
void
|
ExternalActionManager.CommandCallback.
preExecute
(
IAction action,
Event event)
|
void
|
ExternalActionManager.IExecuteCallback.
preExecute
(
IAction action,
Event e)
Fires an execution event before an action is run. |
void
|
ContributionManager.
prependToGroup
(
String groupName,
IAction action)
|
void
|
SubContributionManager.
prependToGroup
(
String groupName,
IAction action)
|
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. |
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)
Deprecated. 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 additional 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
|
Methods in
org.eclipse.team.ui that return
IAction
|
protected
IAction
|
TeamOperation.
getGotoAction
()
This method is called to allow subclasses to configure an action that could be run to show
the results of the action to the user. |
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
|
AddTaskAction
Standard action for adding a task to the currently selected file
resource(s). |
class
|
BaseSelectionListenerAction
The abstract superclass for actions that listen to selection change events. |
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
|
CloseUnrelatedProjectsAction
This action closes all projects that are unrelated to the selected projects. |
class
|
ContributedAction
For a declarative editor action, see if we can link it to a command. |
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
|
DeleteResourceAction
Standard action for deleting the currently selected resources. |
class
|
ExportResourcesAction
Action representing a generic export operation. |
class
|
GlobalBuildAction
Standard action for full and incremental builds of all projects within the
workspace. |
class
|
ImportResourcesAction
Action representing a generic import operation. |
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
|
NewWizardDropDownAction
Action which, when run, will open the new wizard dialog. |
class
|
OpenFileAction
Standard action for opening an editor on the currently selected file
resource(s). |
class
|
OpenInNewWindowAction
Opens a new window. |
class
|
OpenPerspectiveAction
Opens a perspective. |
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
|
QuickStartAction
Deprecated. the IDE now uses the new intro mechanism
|
class
|
RefreshAction
Standard action for refreshing the workspace from the local file system for
the selected resources and all of their descendants. |
class
|
RenameResourceAction
Standard action for renaming the selected resources. |
class
|
RetargetAction
A RetargetAction tracks the active part in the workbench. |
class
|
ScrubLocalAction
Deprecated. This class is obsolete; there is no support in the workspace
for scrubbing local content.
|
class
|
SelectionListenerAction
The abstract superclass for resource-based 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 which invoke commands implemented in
org.eclipse.core.* on a set of selected resources. |
Methods in
org.eclipse.ui.actions with parameters of type
IAction
|
void
|
ActionDelegate.
init
(
IAction action)
The ActionDelegate implementation of this
IActionDelegate2 method does nothing. |
void
|
ActionDelegate.
run
(
IAction action)
The ActionDelegate implementation of this
IActionDelegate method does nothing. |
void
|
ActionDelegate.
runWithEvent
(
IAction action,
Event event)
The ActionDelegate implementation of this
IActionDelegate2 method redirects to the run
method. |
void
|
ActionDelegate.
selectionChanged
(
IAction action,
ISelection selection)
The ActionDelegate implementation of this
IActionDelegate method does nothing. |
protected void
|
LabelRetargetAction.
setActionHandler
(
IAction handler)
Sets the action handler. |
protected void
|
RetargetAction.
setActionHandler
(
IAction newHandler)
Sets the action handler. |
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.
setDeleteAction
(
IAction action)
Set the default IAction handler for the Delete
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. |
Methods in
org.eclipse.ui.help with parameters of type
IAction
|
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,
Object[] contexts)
Deprecated. use setHelp with a single context id parameter
|
static void
|
WorkbenchHelp.
setHelp
(
IAction action,
String contextId)
Deprecated. Sets the given help context id on the given action. |
void
|
IWorkbenchHelpSystem.
setHelp
(
IAction action,
String contextId)
Sets the given help context id on the given action. |
Uses of
IAction in org.eclipse.ui.internal.actions
|
Classes in org.eclipse.ui.internal.actions that implement
IAction
|
class
|
org.eclipse.ui.internal.actions.CommandAction
Instantiate an action that will execute the command. |
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. |
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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|