Eclipse Platform
2.0

Uses of Class
org.eclipse.ui.actions.WorkspaceModifyOperation

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.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.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.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.