de.cau.cs.kieler.kvid.ui.displays
Class DisplayFactory

java.lang.Object
  extended by de.cau.cs.kieler.kvid.visual.complex.AbstractDisplayFactory
      extended by de.cau.cs.kieler.kvid.ui.displays.DisplayFactory

public class DisplayFactory
extends AbstractDisplayFactory

Rating red

Field Summary
static String CLEAR_SCOPES
          Constant for getting scope clearing moment by name.
 
Constructor Summary
DisplayFactory()
          Constructor which will be called automatically.
 
Method Summary
 AbstractDataDisplayEditPart 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
 

Field Detail

CLEAR_SCOPES

public static final String CLEAR_SCOPES
Constant for getting scope clearing moment by name.

See Also:
Constant Field Values
Constructor Detail

DisplayFactory

public DisplayFactory()
Constructor which will be called automatically. Adds properties for the scope elements to the configuration.

Method Detail

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