java.lang.Objectucot.ui.gui.tree.analyzemodeltree.TreeItem
ucot.ui.gui.tree.analyzemodeltree.AbstractEntityTreeItem
ucot.ui.gui.tree.analyzemodeltree.AttributeTreeItem
public class AttributeTreeItem
This class represents entity object that resides as an attribute in the analyze model tree.
Field Summary |
---|
Fields inherited from class ucot.ui.gui.tree.analyzemodeltree.AbstractEntityTreeItem |
---|
expand |
Constructor Summary | |
---|---|
AttributeTreeItem(java.lang.String name,
AnalyzeTreeModel model,
TreeItem parent)
Constructs the object. |
Method Summary | |
---|---|
javax.swing.Icon |
getIcon()
Returns Icon for this TreeItem . |
Methods inherited from class ucot.ui.gui.tree.analyzemodeltree.AbstractEntityTreeItem |
---|
getAttributeTreeItems, getChildren, getChildTreeItems, getMethodTreeItems |
Methods inherited from class ucot.ui.gui.tree.analyzemodeltree.TreeItem |
---|
compareTo, getAnalyzeModel, getName, getParent, getPath, getTreeModel, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeTreeItem(java.lang.String name, AnalyzeTreeModel model, TreeItem parent)
name
- The name of the attribute entity.model
- The TreeModel
this item belongs to.parent
- The parent node.Method Detail |
---|
public javax.swing.Icon getIcon()
TreeItem
Icon
for this TreeItem
.
getIcon
in class AbstractEntityTreeItem
Icon
for this TreeItem
.