Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cor.gui.evt
Class JspmEvtTreeObject  view JspmEvtTreeObject download JspmEvtTreeObject.java

java.lang.Object
  extended bycor.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

Field Summary
 java.lang.String icon
          Icon name
 java.lang.String label
          Label of the object.
 java.lang.String name
          Name of the object
 int status
          Status of the object
 
Constructor Summary
JspmEvtTreeObject(java.lang.String name, java.lang.String label, java.lang.String icon, int status)
          Constructor.
 
Method Summary
 java.lang.String getIcon()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

JspmEvtTreeObject

public JspmEvtTreeObject(java.lang.String name,
                         java.lang.String label,
                         java.lang.String icon,
                         int status)
Constructor.

Method Detail

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