Uses of Interface
org.eclipse.emf.transaction.util.ValidateEditSupport

Packages that use ValidateEditSupport
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
org.eclipse.emf.transaction.util Utilities used by/with the transactional editing domain API. 
org.eclipse.emf.workspace.util Utilities used by/with the workbench editing domain API. 
 

Uses of ValidateEditSupport in org.eclipse.emf.transaction.impl
 

Methods in org.eclipse.emf.transaction.impl that return ValidateEditSupport
 ValidateEditSupport TransactionChangeRecorder.getValidateEditSupport()
           
 

Methods in org.eclipse.emf.transaction.impl with parameters of type ValidateEditSupport
 void TransactionChangeRecorder.setValidateEditSupport(ValidateEditSupport validateEdit)
          Sets my validate-edit support, if applicable, for the duration of a root transaction.
 

Uses of ValidateEditSupport in org.eclipse.emf.transaction.util
 

Classes in org.eclipse.emf.transaction.util that implement ValidateEditSupport
static class ValidateEditSupport.Default
           A default implementation of the ValidateEditSupport interface, that uses the editing domain's read-only resource map to determine whether a resource can be edited and depends on notifications of the Resource.isModified() property changing to track which resources need to be validated (note that this implies that the resource is tracking modifications).
 

Uses of ValidateEditSupport in org.eclipse.emf.workspace.util
 

Classes in org.eclipse.emf.workspace.util that implement ValidateEditSupport
 class WorkspaceValidateEditSupport
           An implementation of the transaction validate-edit support that uses the Eclipse Platform's Workspace API to validate edits.
 


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