cor.gui.evt
Class JspmEvtTreeObject

java.lang.Object
cor.gui.evt.JspmEvtTreeObject
- All Implemented Interfaces:
- cor.gui.JspmTreeObject
- public class JspmEvtTreeObject
- extends java.lang.Object
- implements cor.gui.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
- Name of the object
label
public java.lang.String label
- Label of the object. This will be displayed in the tree.
icon
public java.lang.String icon
- Icon name
status
public int status
- Status of the object
JspmEvtTreeObject
public JspmEvtTreeObject(java.lang.String name,
java.lang.String label,
java.lang.String icon,
int status)
- Constructor.
getName
public java.lang.String getName()
- Specified by:
getName in interface cor.gui.JspmTreeObject
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel in interface cor.gui.JspmTreeObject
getIcon
public java.lang.String getIcon()
- Specified by:
getIcon in interface cor.gui.JspmTreeObject
getStatus
public int getStatus()
- Specified by:
getStatus in interface cor.gui.JspmTreeObject