roneditor.objectnetview.model
Class ObjectNetModelCreationFactory
java.lang.Object
roneditor.objectnetview.model.ObjectNetModelCreationFactory
- All Implemented Interfaces:
- org.eclipse.gef.requests.CreationFactory
public class ObjectNetModelCreationFactory
- extends java.lang.Object
- implements org.eclipse.gef.requests.CreationFactory
This class implements the CreationFactory used by the CreationTool. It in
turn uses the EMF-generated factories to create the model instances
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetClass
private java.lang.Class targetClass
ObjectNetModelCreationFactory
public ObjectNetModelCreationFactory(java.lang.Class targetClass)
getNewObject
public java.lang.Object getNewObject()
- Specified by:
getNewObject
in interface org.eclipse.gef.requests.CreationFactory
- See Also:
CreationFactory.getNewObject()
getObjectType
public java.lang.Object getObjectType()
- Specified by:
getObjectType
in interface org.eclipse.gef.requests.CreationFactory
- See Also:
CreationFactory.getObjectType()