public interface IWFDesktopTreeNode extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
HANDLE_MINUS |
static int |
HANDLE_NONE |
static int |
HANDLE_PLUS |
static java.lang.String |
PROP_COLLAPSED |
static java.lang.String |
PROP_HANDLE |
static java.lang.String |
PROP_HAS_BOUNDS |
static java.lang.String |
PROP_HAS_MODEL |
static java.lang.String |
PROP_ICON_PATH |
static java.lang.String |
PROP_LEVEL |
static java.lang.String |
PROP_SELECTED |
static java.lang.String |
PROP_STYLE |
static java.lang.String |
PROP_TEXT |
static int |
STYLE_CHECK_BOX |
static int |
STYLE_LABEL |
static int |
STYLE_RADIO_BUTTON |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
int |
getHandle() |
java.lang.String |
getIconPath() |
int |
getLevel() |
int |
getStyle() |
java.lang.String |
getText() |
boolean |
hasBounds() |
boolean |
hasModel() |
boolean |
isCollapsed() |
boolean |
isSelected() |
void |
setCollapsed(boolean collapsed) |
void |
setHandle(int handle) |
void |
setHasBounds(boolean hasBounds) |
void |
setHasModel(boolean hasModel) |
void |
setIconPath(java.lang.String iconPath) |
void |
setLevel(int level) |
void |
setSelected(boolean selected) |
void |
setStyle(int style) |
void |
setText(java.lang.String text) |
addChild, 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, getNickname, 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, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_HAS_BOUNDS
static final java.lang.String PROP_LEVEL
static final java.lang.String PROP_COLLAPSED
static final java.lang.String PROP_HAS_MODEL
static final java.lang.String PROP_ICON_PATH
static final java.lang.String PROP_TEXT
static final java.lang.String PROP_SELECTED
static final java.lang.String PROP_STYLE
static final int STYLE_LABEL
static final int STYLE_CHECK_BOX
static final int STYLE_RADIO_BUTTON
static final java.lang.String PROP_HANDLE
static final int HANDLE_NONE
static final int HANDLE_MINUS
static final int HANDLE_PLUS
void setHasBounds(boolean hasBounds)
boolean hasBounds()
void setLevel(int level)
int getLevel()
void setCollapsed(boolean collapsed)
boolean isCollapsed()
void setHasModel(boolean hasModel)
boolean hasModel()
void setIconPath(java.lang.String iconPath)
java.lang.String getIconPath()
void setText(java.lang.String text)
java.lang.String getText()
void setSelected(boolean selected)
boolean isSelected()
void setStyle(int style)
int getStyle()
void setHandle(int handle)
int getHandle()