|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IMatrixDiagram
public IMatrixDiagram
Interface for CRUD.
Field Summary |
---|
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement |
---|
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY |
Method Summary | |
---|---|
abstract IHeaderCell[] |
getColumnHeaders()
Get all column HeaderCellPresentations. |
abstract IHeaderCell[] |
getRowHeaders()
Get all row HeaderCellPresentations. |
abstract IHeaderCell[] |
getShowColumnHeaders()
Get visible column HeaderCellPresentations. |
abstract IHeaderCell[] |
getShowRowHeaders()
Get visible row HeaderCellPresentations. |
abstract IValueCell |
getShowValueCell(int row,
int column)
Get visible value cell specified by row and column indices. |
abstract String[] |
getText()
Deprecated. Get empty array because text cannot be put on the CRUD. |
abstract boolean |
isColumnShownByGroup()
Check if the column is shown by group. |
abstract boolean |
isColumnShownTotal()
Check if the column is shown with total column. |
abstract boolean |
isRowShownByGroup()
Check if the row is shown by group. |
abstract boolean |
isRowShownTotal()
Check if the row is shown with total row. |
abstract boolean |
isSetDiagramCellValueAutomatically()
Check if the CRUD sets diagram cell values automatically. |
abstract boolean |
isShowDFDProcessBoxID()
Check if the row is shown with ProcessBox ID of Data Flow Diagram . |
abstract boolean |
isShownByPhysical()
Check if the CRUD is shown by physical name. |
Methods inherited from class com.change_vision.jude.api.inf.model.IDiagram |
---|
exportImage, getBoundRect, getPresentations, getProperties, getProperty, getText, setProperties, setProperty |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
---|
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
---|
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
---|
abstract IHeaderCell[] getColumnHeaders()
abstract IHeaderCell[] getShowColumnHeaders()
abstract IHeaderCell[] getRowHeaders()
abstract IHeaderCell[] getShowRowHeaders()
abstract IValueCell getShowValueCell(int row, int column)
Row
- IndexColumn
- Index
abstract boolean isColumnShownByGroup()
abstract boolean isRowShownByGroup()
abstract boolean isColumnShownTotal()
abstract boolean isRowShownTotal()
abstract boolean isShowDFDProcessBoxID()
abstract boolean isShownByPhysical()
abstract boolean isSetDiagramCellValueAutomatically()
abstract String[] getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |