de.cau.cs.kieler.kvid.visual.complex
Class AbstractDisplayFactory

java.lang.Object
  extended by de.cau.cs.kieler.kvid.visual.complex.AbstractDisplayFactory
Direct Known Subclasses:
DisplayFactory

public abstract class AbstractDisplayFactory
extends Object

Factory for creating registered DataDisplayEditParts.

Rating red

Constructor Summary
AbstractDisplayFactory()
           
 
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
 

Constructor Detail

AbstractDisplayFactory

public AbstractDisplayFactory()
Method Detail

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 to
semanticHint - The sematic hint which determines the type of the new Part
Returns:
The EditPart which represents the given factors