org.eclipse.etrice.ui.behavior.support
Class ChoicePointSupport

java.lang.Object
  extended by org.eclipse.etrice.ui.behavior.support.ChoicePointSupport

public class ChoicePointSupport
extends java.lang.Object


Field Summary
protected static IColorConstant BRIGHT_COLOR
           
protected static IColorConstant DARK_COLOR
           
protected static IColorConstant INHERITED_COLOR
           
static int ITEM_SIZE
           
protected static int LINE_WIDTH
           
protected static java.lang.String PROP_KIND
           
 
Constructor Summary
ChoicePointSupport(IDiagramTypeProvider dtp, IFeatureProvider fp)
           
 
Method Summary
 IFeatureProvider getFeatureProvider()
           
 IToolBehaviorProvider getToolBehaviorProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITEM_SIZE

public static final int ITEM_SIZE
See Also:
Constant Field Values

LINE_WIDTH

protected static final int LINE_WIDTH
See Also:
Constant Field Values

DARK_COLOR

protected static final IColorConstant DARK_COLOR

INHERITED_COLOR

protected static final IColorConstant INHERITED_COLOR

BRIGHT_COLOR

protected static final IColorConstant BRIGHT_COLOR

PROP_KIND

protected static final java.lang.String PROP_KIND
See Also:
Constant Field Values
Constructor Detail

ChoicePointSupport

public ChoicePointSupport(IDiagramTypeProvider dtp,
                          IFeatureProvider fp)
Method Detail

getFeatureProvider

public IFeatureProvider getFeatureProvider()

getToolBehaviorProvider

public IToolBehaviorProvider getToolBehaviorProvider()