|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkspaceModifyOperation | |
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.texteditor | Provides a framework for text editors obeying to the desktop rules. |
org.eclipse.ui.wizards.datatransfer | Provides the standard Import and Export wizards for moving resources into and out of the workspace. |
Uses of WorkspaceModifyOperation in org.eclipse.ui.actions |
Subclasses of WorkspaceModifyOperation in org.eclipse.ui.actions | |
class |
WorkspaceModifyDelegatingOperation
An operation which delegates its work to a runnable that modifies the workspace. |
Uses of WorkspaceModifyOperation in org.eclipse.ui.texteditor |
Methods in org.eclipse.ui.texteditor that return WorkspaceModifyOperation | |
protected WorkspaceModifyOperation |
AbstractTextEditor.createSaveOperation(boolean overwrite)
Creates a workspace modify operation which saves the content of the editor to the editor's input element. |
protected WorkspaceModifyOperation |
AbstractTextEditor.createRevertOperation()
Creates a workspace modify operation which reverts the content of the editor to the last saved state of the editor's input element. |
Methods in org.eclipse.ui.texteditor with parameters of type WorkspaceModifyOperation | |
protected void |
AbstractTextEditor.performSaveOperation(WorkspaceModifyOperation operation,
IProgressMonitor progressMonitor)
Performs the given save operation and handles errors appropriatly. |
protected void |
AbstractTextEditor.performRevertOperation(WorkspaceModifyOperation operation,
IProgressMonitor progressMonitor)
Performs the given revert operation and handles errors appropriatly. |
Uses of WorkspaceModifyOperation in org.eclipse.ui.wizards.datatransfer |
Subclasses of WorkspaceModifyOperation in org.eclipse.ui.wizards.datatransfer | |
class |
ImportOperation
An operation which does the actual work of copying objects from the local file system into the workspace. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |