java.lang.Objectucot.ui.gui.tree.analyzemodeltree.TreeItem
ucot.ui.gui.tree.analyzemodeltree.AbstractEntityTreeItem
ucot.ui.gui.tree.analyzemodeltree.EntityTreeItem
public class EntityTreeItem
This class represents entity tree item.
Field Summary |
---|
Fields inherited from class ucot.ui.gui.tree.analyzemodeltree.AbstractEntityTreeItem |
---|
expand |
Constructor Summary | |
---|---|
EntityTreeItem(java.lang.String name,
AnalyzeTreeModel model,
TreeItem parent)
Constructs the object. |
|
EntityTreeItem(java.lang.String name,
AnalyzeTreeModel model,
TreeItem parent,
boolean expand)
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 EntityTreeItem(java.lang.String name, AnalyzeTreeModel model, TreeItem parent)
Constructs the object.
name
- The name of the entity.model
- The TreeModel
this item belongs to.parent
- The paren of this node.public EntityTreeItem(java.lang.String name, AnalyzeTreeModel model, TreeItem parent, boolean expand)
Constructs the object.
name
- The name of the entity.model
- The TreeModel
this item belongs to.parent
- The paren of this node.expand
- Should the node be expandable (Show childs or not).Method Detail |
---|
public javax.swing.Icon getIcon()
TreeItem
Icon
for this TreeItem
.
getIcon
in class AbstractEntityTreeItem
Icon
for this TreeItem
.