de.cau.cs.kieler.kvid.ui.displays
Class DisplayFactory
java.lang.Object
de.cau.cs.kieler.kvid.visual.complex.AbstractDisplayFactory
de.cau.cs.kieler.kvid.ui.displays.DisplayFactory
public class DisplayFactory
- extends AbstractDisplayFactory
- Rating

Field Summary |
static String |
CLEAR_SCOPES
Constant for getting scope clearing moment by name. |
Constructor Summary |
DisplayFactory()
Constructor which will be called automatically. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLEAR_SCOPES
public static final String CLEAR_SCOPES
- Constant for getting scope clearing moment by name.
- See Also:
- Constant Field Values
DisplayFactory
public DisplayFactory()
- Constructor which will be called automatically.
Adds properties for the scope elements to the configuration.
create
public AbstractDataDisplayEditPart create(View view,
String semanticHint)
- Creates a
ShapeNodeEditPart
corresponding to the given hint.
- Specified by:
create
in class AbstractDisplayFactory
- 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