org.eclipse.gmt.umlx.editor.domain
Class SheetEditorDomain

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.domain.SheetEditorDomain
All Implemented Interfaces:
ISheetEditorDomain
Direct Known Subclasses:
MmEditorDomain, TxEditorDomain

public abstract class SheetEditorDomain
extends java.lang.Object
implements ISheetEditorDomain

A SheetEditorDomain may be attached to a DiagramEditDomain as an adapter to provided the extended functionality appropriate to a particular SheetEditor class.


Constructor Summary
SheetEditorDomain(IActiveEditDomain editDomain)
           
 
Method Summary
 void execute(IAbstractCommand command)
           
 org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SheetEditorDomain

public SheetEditorDomain(IActiveEditDomain editDomain)
Method Detail

execute

public void execute(IAbstractCommand command)

getResourceSet

public org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()