de.cau.cs.kieler.kvid.visual.complex
Class AbstractDisplayFactory
java.lang.Object
de.cau.cs.kieler.kvid.visual.complex.AbstractDisplayFactory
- Direct Known Subclasses:
- DisplayFactory
public abstract class AbstractDisplayFactory
- extends Object
Factory for creating registered DataDisplayEditParts.
- Rating

Method Summary |
abstract org.eclipse.gmf.runtime.diagram.ui.editparts.ShapeNodeEditPart |
create(View view,
String semanticHint)
Creates a ShapeNodeEditPart corresponding to the given hint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDisplayFactory
public AbstractDisplayFactory()
create
public abstract org.eclipse.gmf.runtime.diagram.ui.editparts.ShapeNodeEditPart create(View view,
String semanticHint)
- Creates a
ShapeNodeEditPart
corresponding to the given hint.
- Parameters:
view
- The view to contribute tosemanticHint
- The sematic hint which determines the type of the new Part
- Returns:
- The EditPart which represents the given factors