com.vp.plugin.diagram.shape
Interface IBaseState2UIModel

All Superinterfaces:
IDiagramElement, IElement, IShapeUIModel
All Known Subinterfaces:
IState2UIModel, ISubmachineState2UIModel

public interface IBaseState2UIModel
extends IElement, IShapeUIModel


Field Summary
static java.lang.String PROPERTY_SHOW_INTERNAL_ACTIVITIES
           
static java.lang.String PROPERTY_SHOW_INTERNAL_TRANSITIONS
           
 
Fields inherited from interface com.vp.plugin.diagram.IShapeUIModel
CONNECTION_POINT_TYPE_CENTER, CONNECTION_POINT_TYPE_ROUNDTHESHAPE, PROPERTY_AUTO_FITSIZE, PROPERTY_CONNECTION_POINT_TYPE, PROPERTY_DISPLAY_STEREOTYPE_ICON, PROPERTY_FILLCOLOR
 
Fields inherited from interface com.vp.plugin.diagram.IDiagramElement
PROPERTY_BACKGROUND, PROPERTY_CAPTION_UI_MODEL, PROPERTY_ELEMENT_FONT, PROPERTY_FOREGROUND, PROPERTY_LINE
 
Method Summary
 boolean isShowInternalActivities()
           
 boolean isShowInternalTransitions()
           
 void setModelPropertyAsBoolean(java.lang.String name, boolean b)
           
 void setShowInternalActivities(boolean showInternalActivities)
           
 void setShowInternalTransitions(boolean showInternalTransitions)
           
 
Methods inherited from interface com.vp.plugin.diagram.IShapeUIModel
getConnectionPointType, getFillColor, getFromColor, getHeight, getParent, getParentConnectorHeaderLength, getParentConnectorLineLength, getToColor, getWidth, getX, getY, getZOrder, isAutoFitsize, isConnectToPoint, isDisplayStereotypeIcon, isOpaque, isRequestDefaultSize, isSupportDisplayStereotypeIcon, isTransparent, setAutoFitsize, setBounds, setConnectionPointType, setConnectToPoint, setDisplayStereotypeIcon, setLocation, setModelPropertyAsInt, setParentConnectorHeaderLength, setParentConnectorLineLength, setRequestDefaultSize, setSize, setZOrder
 
Methods inherited from interface com.vp.plugin.diagram.IDiagramElement
addChild, addDiagramElementListener, childIterator, childrenCount, delete, fromConnectorsCount, getBackground, getCaptionUIModel, getChildAt, getDiagramUIModel, getElementFont, getForeground, getFromConnectorAt, getId, getLineModel, getLogicalViewElementParents, getLogicalViewType, getModelElement, getModelViewId, getShapeType, getToConnectorAt, indexOfChild, indexOfFromConnector, indexOfToConnector, isMaster, modified, removeChild, removeChildAt, removeDiagramElementListener, setForeground, setModelPropertyAsColor, setModelPropertyAsString, toChildrenArray, toConnectorsCount, toFromConnectorArray, toToConnectorArray
 

Field Detail

PROPERTY_SHOW_INTERNAL_ACTIVITIES

public static final java.lang.String PROPERTY_SHOW_INTERNAL_ACTIVITIES
See Also:
Constant Field Values

PROPERTY_SHOW_INTERNAL_TRANSITIONS

public static final java.lang.String PROPERTY_SHOW_INTERNAL_TRANSITIONS
See Also:
Constant Field Values
Method Detail

setModelPropertyAsBoolean

public void setModelPropertyAsBoolean(java.lang.String name,
                                      boolean b)
Specified by:
setModelPropertyAsBoolean in interface IShapeUIModel

isShowInternalActivities

public boolean isShowInternalActivities()

setShowInternalActivities

public void setShowInternalActivities(boolean showInternalActivities)

isShowInternalTransitions

public boolean isShowInternalTransitions()

setShowInternalTransitions

public void setShowInternalTransitions(boolean showInternalTransitions)