com.vp.plugin.diagram.shape
Interface ICRCCardUIModel

All Superinterfaces:
IDiagramElement, IElement, IShapeUIModel

public interface ICRCCardUIModel
extends IElement, IShapeUIModel


Field Summary
 
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 addCRCCardRow(ICRCCardRow val)
           
 boolean containsCRCCardRow(ICRCCardRow val)
           
 int crcCardRowCount()
           
 ICRCCardRow getCRCCardRowAt(int index)
           
 int indexOfCRCCardRow(ICRCCardRow val)
           
 boolean isCRCCardRowEmpty()
           
 boolean removeCRCCardRow(ICRCCardRow val)
           
 boolean removeCRCCardRowAt(int index)
           
 ICRCCardRow[] toCRCCardRowArray()
           
 
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, setModelPropertyAsBoolean, 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
 

Method Detail

crcCardRowCount

public int crcCardRowCount()

addCRCCardRow

public boolean addCRCCardRow(ICRCCardRow val)

removeCRCCardRow

public boolean removeCRCCardRow(ICRCCardRow val)

isCRCCardRowEmpty

public boolean isCRCCardRowEmpty()

containsCRCCardRow

public boolean containsCRCCardRow(ICRCCardRow val)

toCRCCardRowArray

public ICRCCardRow[] toCRCCardRowArray()

getCRCCardRowAt

public ICRCCardRow getCRCCardRowAt(int index)

removeCRCCardRowAt

public boolean removeCRCCardRowAt(int index)

indexOfCRCCardRow

public int indexOfCRCCardRow(ICRCCardRow val)