public interface IRDTableOfContentsTemplate extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_HEIGHTS |
static java.lang.String |
PROP_LEVEL_STYLES |
static java.lang.String |
PROP_MAX_LEVEL |
static java.lang.String |
PROP_ROW_STYLES |
static java.lang.String |
PROP_ROWS |
static java.lang.String |
PROP_TOC_STYLE |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCOREaddChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArraystatic final java.lang.String PROP_HEIGHTS
static final java.lang.String PROP_MAX_LEVEL
static final java.lang.String PROP_LEVEL_STYLES
static final java.lang.String PROP_ROWS
static final java.lang.String PROP_TOC_STYLE
static final java.lang.String PROP_ROW_STYLES
void addRDTableOfContentRow(IRDTableOfContentRow child)
void removeRDTableOfContentRow(IRDTableOfContentRow child)
IRDTableOfContentRow getRDTableOfContentRowByIndex(int index)
void removeRDTableOfContentRowByIndex(int index)
void reorderRDTableOfContentRow(IRDTableOfContentRow[] childs)
int rDTableOfContentRowCount()
java.util.Iterator rDTableOfContentRowIterator()
IRDTableOfContentRow[] toRDTableOfContentRowArray()
IRDTableOfContentRow createRDTableOfContentRow()
IRDTableOfContentRow getRDTableOfContentRowByName(java.lang.String name)
void addValueSpecification(IValueSpecification child)
void removeValueSpecification(IValueSpecification child)
IValueSpecification getValueSpecificationByIndex(int index)
void removeValueSpecificationByIndex(int index)
void reorderValueSpecification(IValueSpecification[] childs)
int valueSpecificationCount()
java.util.Iterator valueSpecificationIterator()
IValueSpecification[] toValueSpecificationArray()
IValueSpecification createValueSpecification()
IValueSpecification getValueSpecificationByName(java.lang.String name)
void setNickname(java.lang.String nickname)
IModelElementIModelElement for current nickname of project.
An example on how to create nickname can be found at http://knowhow.visual-paradigm.com/?p=2234setNickname in interface IModelElementnickname - the new nickname of this IModelElement.java.lang.String getNickname()
IModelElementIModelElement for current nickname of project.
An example on how to create nickname can be found at http://knowhow.visual-paradigm.com/?p=2234getNickname in interface IModelElementIModelElement.void setHeights(java.lang.String heights)
java.lang.String getHeights()
void setMaxLevel(int maxLevel)
int getMaxLevel()
void setLevelStyles(java.lang.String[] levelStyles)
java.lang.String[] getLevelStyles()
void addRow(IRDTableOfContentRow row)
void removeRow(IRDTableOfContentRow row)
IRDTableOfContentRow getRowByIndex(int index)
void removeRowByIndex(int index)
int rowCount()
java.util.Iterator rowIterator()
IRDTableOfContentRow.IRDTableOfContentRow[] toRowArray()
void setTocStyle(java.lang.String tocStyle)
java.lang.String getTocStyle()
void setRowStyles(java.lang.String[] rowStyles)
java.lang.String[] getRowStyles()