net.simplace.ui.tree.FWTreeNode
public class FWTreeNode extends javax.swing.tree.DefaultMutableTreeNode {
// Public Constructors
public FWTreeNode(String aID, String aIconID, String aFunction, String
aUserGroup, String aPopupImageID);
public FWTreeNode(String aID, String aCaption, String aToolTip, String
aIconID, String aFunction, String aUserGroup, String aPopupImageID);
// Public Instance Methods public ImageIcon getIcon();
returns the icon of the treenode
public String getText();
returns the Text
public String getToolTipText();
returns the toolTipText
public String getID();
returns the id
public String getUserGroup();
returns the Usergroup
public String getFunction();
returns the function
public boolean isNodeStartable();
returns if node is startable
public boolean isPopupPossible();
returns if popup is allowed at this place.
public ImageIcon getPopupImage();
returns Icon used for Popup
public String toString(); // Overrides
javax.swing.tree.DefaultMutableTreeNode
public void insert(MutableTreeNode aNewChild, int aChildIndex);
// Overrides javax.swing.tree.DefaultMutableTreeNode
}
Hierarchy: java.lang.Object - javax.swing.tree.DefaultMutableTreeNode (java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable) - FWTreeNode
Extended by: net.simplace.ui.splitpane.keyword.FWKeyWordTreeNode, net.simplace.ui.splitpane.results.FWResultTreeNode, net.simplace.ui.splitpane.simcomponents.FWSimComponentsTreeNode
Passed to: FWTreePopupMenu.FWTreePopupMenu()