org.eclipse.stp.core.util
Class ComponentTypeArtifactEdit

java.lang.Object
  extended by org.eclipse.stp.core.util.ComponentTypeArtifactEdit

public class ComponentTypeArtifactEdit
extends java.lang.Object


Constructor Summary
ComponentTypeArtifactEdit(ComponentTypeScribblerDomain aDomain, boolean toMakeReadOnly)
           
 
Method Summary
 void close(IProgressMonitor monitor)
           
 void discard(IProgressMonitor monitor)
           
 ComponentType getComponentType()
           
 void save(boolean force, IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTypeArtifactEdit

public ComponentTypeArtifactEdit(ComponentTypeScribblerDomain aDomain,
                                 boolean toMakeReadOnly)
                          throws EditModelException
Throws:
EditModelException
Method Detail

getComponentType

public ComponentType getComponentType()

save

public void save(boolean force,
                 IProgressMonitor monitor)
          throws EditModelException
Throws:
EditModelException

discard

public void discard(IProgressMonitor monitor)
             throws EditModelException
Throws:
EditModelException

close

public void close(IProgressMonitor monitor)
           throws EditModelException
Throws:
EditModelException