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

java.lang.Object
  extended by org.eclipse.etrice.ui.structure.support.InterfaceItemSupport
Direct Known Subclasses:
PortSupport, SPPSupport

public class InterfaceItemSupport
extends java.lang.Object


Nested Class Summary
protected static class InterfaceItemSupport.BehaviorProvider
           
protected static class InterfaceItemSupport.FeatureProvider
           
 
Field Summary
protected static IColorConstant BRIGHT_COLOR
           
protected static IColorConstant DARK_COLOR
           
protected static IColorConstant INHERITED_COLOR
           
static int ITEM_SIZE
           
static int ITEM_SIZE_SMALL
           
protected static int LINE_WIDTH
           
static int MARGIN
           
static int MARGIN_SMALL
           
protected static java.lang.String PROP_KIND
           
 
Constructor Summary
InterfaceItemSupport()
           
 
Method Summary
protected static void createInheritedRefItems(ActorContainerRef acr, ContainerShape arShape, IFeatureProvider fp)
           
static void createRefItems(ActorContainerRef acr, ContainerShape refShape, IFeatureProvider featureProvider)
           
 
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

ITEM_SIZE_SMALL

public static final int ITEM_SIZE_SMALL
See Also:
Constant Field Values

MARGIN

public static final int MARGIN
See Also:
Constant Field Values

MARGIN_SMALL

public static final int MARGIN_SMALL
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

InterfaceItemSupport

public InterfaceItemSupport()
Method Detail

createRefItems

public static void createRefItems(ActorContainerRef acr,
                                  ContainerShape refShape,
                                  IFeatureProvider featureProvider)

createInheritedRefItems

protected static void createInheritedRefItems(ActorContainerRef acr,
                                              ContainerShape arShape,
                                              IFeatureProvider fp)