Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire