cor.gui
Interface JspmTreeObject

- public interface JspmTreeObject
Performance tree object definition.
This class represents one node in the performance tree. The different parameters used to display a node
in the tree, which are use by the TreeCellRenderer are defined here. The TreeCellRenderer will use the
name of the object to get the icon from the icon table and NOT the label. The node itself will be displayed
using the label and NOT the name.
- Version:
- 0.0.11
getName
public java.lang.String getName()
getLabel
public java.lang.String getLabel()
getIcon
public java.lang.String getIcon()
getStatus
public int getStatus()