org.eclipse.ui.actions |
|
Java Source File Name | Type | Comment |
AddBookmarkAction.java | Class | Standard action for adding a bookmark to the currently selected file
resource(s). |
AddTaskAction.java | Class | Standard action for adding a task to the currently selected file
resource(s). |
BuildAction.java | Class | Standard actions for full and incremental builds of the selected project(s). |
CloseResourceAction.java | Class | Standard action for closing the currently selected project(s). |
CloseUnrelatedProjectsAction.java | Class | This action closes all projects that are unrelated to the selected projects. |
CopyFilesAndFoldersOperation.java | Class | Perform the copy of file and folder resources from the clipboard when paste
action is invoked. |
CopyProjectAction.java | Class | The CopyProjectAction is the action designed to copy projects specifically as
they have different semantics from other resources. |
CopyProjectOperation.java | Class | Implementation class to perform the actual copying of project resources from
the clipboard when paste action is invoked. |
CopyResourceAction.java | Class | Standard action for copying the currently selected resources elsewhere
in the workspace. |
CreateFileAction.java | Class | Standard action for creating a file resource within the currently
selected folder or project. |
CreateFolderAction.java | Class | Standard action for creating a folder resource within the currently
selected folder or project. |
DeleteResourceAction.java | Class | Standard action for deleting the currently selected resources. |
GlobalBuildAction.java | Class | Standard action for full and incremental builds of all projects within the
workspace. |
MoveFilesAndFoldersOperation.java | Class | Moves files and folders. |
MoveProjectAction.java | Class | The MoveProjectAction is the action designed to move projects specifically as
they have different semantics from other resources. |
MoveResourceAction.java | Class | Standard action for moving the currently selected resources elsewhere
in the workspace. |
NewExampleAction.java | Class | Standard action for launching the create project selection
wizard. |
NewProjectAction.java | Class | Standard action for launching the create project selection
wizard. |
NewWizardMenu.java | Class | A NewWizardMenu augments BaseNewWizardMenu with IDE-specific
actions: New Project... |
OpenFileAction.java | Class | Standard action for opening an editor on the currently selected file
resource(s). |
OpenResourceAction.java | Class | Standard action for opening the currently selected project(s). |
OpenSystemEditorAction.java | Class | Standard action for opening a system editor on the currently selected file
resource. |
OpenWithMenu.java | Class | A menu for opening files in the workbench.
An OpenWithMenu is used to populate a menu with
"Open With" actions. |
QuickStartAction.java | Class | The quick start (Welcome...) action. |
ReadOnlyStateChecker.java | Class | The ReadOnlyStateChecker is a helper class that takes a set of resource
some of which may be read only and queries the user as to whether or
not they wish to continue the operation on it. |
RefreshAction.java | Class | Standard action for refreshing the workspace from the local file system for
the selected resources and all of their descendents. |
RenameResourceAction.java | Class | Standard action for renaming the selected resources. |
ScrubLocalAction.java | Class | Standard action for scrubbing the local content in the local file system of
the selected resources and all of their descendents. |
SelectionListenerAction.java | Class | The abstract superclass for resource-based actions that listen to selection
change events. |
TextActionHandler.java | Class | Handles the redirection of the global Cut, Copy, Paste, and
Select All actions to either the current inline text control
or the part's supplied action handler. |
WorkspaceAction.java | Class | The abstract superclass for actions which invoke commands implemented in
org.eclipse.core.* on a set of selected resources.
It iterates over all selected resources; errors are collected and displayed
to the user via a problems dialog at the end of the operation. |
WorkspaceModifyDelegatingOperation.java | Class | An operation which delegates its work to a runnable that modifies the
workspace. |
WorkspaceModifyOperation.java | Class | An operation which potentially makes changes to the workspace. |