Package org.eclipse.gef.requests
Interface CreationFactory
-
- All Known Implementing Classes:
SimpleFactory
public interface CreationFactoryA factory used to create new objects.- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetNewObject()Returns the new object.java.lang.ObjectgetObjectType()Returns the new object's type.
-