org.eclipse.etrice.ui.structure.support
Class ActorContainerRefSupport

java.lang.Object
  extended by org.eclipse.etrice.ui.structure.support.ActorContainerRefSupport

public class ActorContainerRefSupport
extends java.lang.Object


Field Summary
static IColorConstant BACKGROUND
           
static int DEFAULT_SIZE_X
           
static int DEFAULT_SIZE_Y
           
static IColorConstant INHERITED_COLOR
           
static IColorConstant LINE_COLOR
           
static int MARGIN
           
static int MIN_SIZE_X
           
static int MIN_SIZE_Y
           
 
Constructor Summary
ActorContainerRefSupport(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

DEFAULT_SIZE_X

public static final int DEFAULT_SIZE_X
See Also:
Constant Field Values

DEFAULT_SIZE_Y

public static final int DEFAULT_SIZE_Y
See Also:
Constant Field Values

MIN_SIZE_X

public static final int MIN_SIZE_X
See Also:
Constant Field Values

MIN_SIZE_Y

public static final int MIN_SIZE_Y
See Also:
Constant Field Values

MARGIN

public static final int MARGIN
See Also:
Constant Field Values

LINE_COLOR

public static final IColorConstant LINE_COLOR

INHERITED_COLOR

public static final IColorConstant INHERITED_COLOR

BACKGROUND

public static final IColorConstant BACKGROUND
Constructor Detail

ActorContainerRefSupport

public ActorContainerRefSupport(IDiagramTypeProvider dtp,
                                IFeatureProvider fp)
Method Detail

getFeatureProvider

public IFeatureProvider getFeatureProvider()

getToolBehaviorProvider

public IToolBehaviorProvider getToolBehaviorProvider()