Uses of Package
org.eclipse.emf.workspace

Packages that use org.eclipse.emf.workspace
org.eclipse.emf.workspace Definition of the API for a transactional editing domain integrated with the Eclipse Workbench's operation history. 
org.eclipse.emf.workspace.impl Implementation of the workbench editing domain API. 
 

Classes in org.eclipse.emf.workspace used by org.eclipse.emf.workspace
AbstractEMFOperation
          An abstract superclass for IUndoableOperations that modify EMF models.
WorkspaceEditingDomainFactory
          Factory for creating transactional editing domains that delegate command execution, undo, and redo to an IOperationHistory.
 

Classes in org.eclipse.emf.workspace used by org.eclipse.emf.workspace.impl
EMFCommandOperation
          An operation that wraps an EMF Command to execute it in a read/write transaction on an IOperationHistory.
IWorkspaceCommandStack
          A specialized transactional command stack that delegates the execution of commands to an IOperationHistory.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.