Uses of Interface
org.eclipse.emf.workspace.IResourceUndoContextPolicy

Packages that use IResourceUndoContextPolicy
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. 
 

Uses of IResourceUndoContextPolicy in org.eclipse.emf.workspace
 

Classes in org.eclipse.emf.workspace that implement IResourceUndoContextPolicy
 class AbstractResourceUndoContextPolicy
           The default implementation of the resource undo-context policy, suitable for clients to extend/override as required.
 

Fields in org.eclipse.emf.workspace declared as IResourceUndoContextPolicy
static IResourceUndoContextPolicy IResourceUndoContextPolicy.DEFAULT
          The default undo-context policy used by editing domains for which none is assigned by the client application.
 

Methods in org.eclipse.emf.workspace that return IResourceUndoContextPolicy
protected  IResourceUndoContextPolicy WorkspaceEditingDomainFactory.getResourceUndoContextPolicy()
          Obtains a resource undo-context policy to apply to the editing domain, to determine how to attach ResourceUndoContexts to operations in the associated history.
 

Uses of IResourceUndoContextPolicy in org.eclipse.emf.workspace.impl
 

Methods in org.eclipse.emf.workspace.impl that return IResourceUndoContextPolicy
 IResourceUndoContextPolicy WorkspaceCommandStackImpl.getResourceUndoContextPolicy()
          Obtains my resource undo-context policy.
 

Methods in org.eclipse.emf.workspace.impl with parameters of type IResourceUndoContextPolicy
 void WorkspaceCommandStackImpl.setResourceUndoContextPolicy(IResourceUndoContextPolicy policy)
          Sets my resource undo-context policy.
 


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