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

Quick Search    Search Deep

cor.gui
Interface JspmTreeObject  view JspmTreeObject download JspmTreeObject.java


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

Method Summary
 java.lang.String getIcon()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 int getStatus()
           
 

Method Detail

getName

public java.lang.String getName()

getLabel

public java.lang.String getLabel()

getIcon

public java.lang.String getIcon()

getStatus

public int getStatus()