org.eclipse.ecf.discovery.ui.model.provider
Class DiscoveryEditingDomainProvider

java.lang.Object
  extended by org.eclipse.ecf.discovery.ui.model.provider.DiscoveryEditingDomainProvider
All Implemented Interfaces:
org.eclipse.emf.edit.domain.IEditingDomainProvider

public class DiscoveryEditingDomainProvider
extends java.lang.Object
implements org.eclipse.emf.edit.domain.IEditingDomainProvider


Field Summary
static DiscoveryEditingDomainProvider eINSTANCE
           
 
Constructor Summary
DiscoveryEditingDomainProvider()
           
 
Method Summary
 void addCommandStackListener(org.eclipse.emf.common.command.CommandStackListener csl)
           
 org.eclipse.emf.edit.provider.ComposedAdapterFactory getAdapterFactory()
           
 org.eclipse.emf.edit.domain.EditingDomain getEditingDomain()
           
 void load()
           
 void removeCommandStackListener(org.eclipse.emf.common.command.CommandStackListener csl)
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eINSTANCE

public static DiscoveryEditingDomainProvider eINSTANCE
Constructor Detail

DiscoveryEditingDomainProvider

public DiscoveryEditingDomainProvider()
Method Detail

load

public void load()

getEditingDomain

public org.eclipse.emf.edit.domain.EditingDomain getEditingDomain()
Specified by:
getEditingDomain in interface org.eclipse.emf.edit.domain.IEditingDomainProvider

addCommandStackListener

public void addCommandStackListener(org.eclipse.emf.common.command.CommandStackListener csl)

removeCommandStackListener

public void removeCommandStackListener(org.eclipse.emf.common.command.CommandStackListener csl)

getAdapterFactory

public org.eclipse.emf.edit.provider.ComposedAdapterFactory getAdapterFactory()
Returns:
the adapterFactory

save

public void save()