All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.ui.SymbolTreeNode

java.lang.Object
   |
   +----javax.swing.tree.DefaultMutableTreeNode
           |
           +----com.arcsinc.ui.SymbolTreeNode

public class SymbolTreeNode
extends DefaultMutableTreeNode
implements Serializable

Variable Index

 o HOST
 o MODULE
 o SYMBOL

Constructor Index

 o SymbolTreeNode(String)
 o SymbolTreeNode(String, String)
 o SymbolTreeNode(String/a>(String, String, String)
 o SymbolTreeNode(String, String, String, int)
 o SymbolTreeNode(String, SymbolTreeNode)

Method Index

 o getHost()
Get the value of host.
 o getModule()
Get the value of module.
 o getModuleNode(SymbolTreeNode, String)
 o getSymbolNode(SymbolTreeNode, String)
 o getSymbolNode(SymbolTreeNode, String, String)
 o isHostNode()
 o isModuleNode()
 o isSymbolNode()
 o setHost(String)
Set the value of host.
 o setModule(String)
Set the value of module.

Variables

 o SYMBOL
 public static final int SYMBOL
 o MODULE
 public static final int MODULE
 o HOST
 public static final int HOST

Constructors

 o SymbolTreeNode
 public SymbolTreeNode(String value,
                       SymbolTreeNode parent)
 o SymbolTreeNode
 public SymbolTreeNode(String module)
 o SymbolTreeNode
 public SymbolTreeNode(String symbolName,
                       String module)
 o SymbolTreeNode
 public SymbolTreeNode(String symbolName,
                       String module,
                       String host)
 o SymbolTreeNode
 public SymbolTreeNode(String symbolName,
                       String module,
                       String host,
                       int type)

Methods

 o getModuleNode
 public static SymbolTreeNode getModuleNode(SymbolTreeNode hostNode,
                                            String module)
 o getSymbolNode
 public static SymbolTreeNode getSymbolNode(SymbolTreeNode moduleNode,
                                            String symbol)
 o getSymbolNode
 public static SymbolTreeNode getSymbolNode(SymbolTreeNode hostNode,
                                            String module,
                                            String symbol)
 o isHostNode
 public boolean isHoste>
 public boolean isHostNode()
 o isModuleNode
 public boolean isModuleNode()
 o isSymbolNode
 public boolean isSymbolNode()
 o getHost
 public String getHost()
Get the value of host.

Returns:
Value of host.
 o setHost
 public void setHost(String v)
Set the value of host.

Parameters:
v - Value to assign to host.
 o getModule
 public String getModule()
Get the value of module.

Returns:
Value of module.
 o setModule
 public void setModule(String v)
Set the value of module.

Parameters:
v - Value to assign to module.

All Packages  Class Hierarchy  Class Hierarchy  This Package  Previous  Next  Index
>