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
-
HOST
-
-
MODULE
-
-
SYMBOL
-
-
SymbolTreeNode(String)
-
-
SymbolTreeNode(String, String)
-
-
SymbolTreeNode(String/a>(String, String, String)
-
-
SymbolTreeNode(String, String, String, int)
-
-
SymbolTreeNode(String, SymbolTreeNode)
-
-
getHost()
- Get the value of host.
-
getModule()
- Get the value of module.
-
getModuleNode(SymbolTreeNode, String)
-
-
getSymbolNode(SymbolTreeNode, String)
-
-
getSymbolNode(SymbolTreeNode, String, String)
-
-
isHostNode()
-
-
isModuleNode()
-
-
isSymbolNode()
-
-
setHost(String)
- Set the value of host.
-
setModule(String)
- Set the value of module.
SYMBOL
public static final int SYMBOL
MODULE
public static final int MODULE
HOST
public static final int HOST
SymbolTreeNode
public SymbolTreeNode(String value,
SymbolTreeNode parent)
SymbolTreeNode
public SymbolTreeNode(String module)
SymbolTreeNode
public SymbolTreeNode(String symbolName,
String module)
SymbolTreeNode
public SymbolTreeNode(String symbolName,
String module,
String host)
SymbolTreeNode
public SymbolTreeNode(String symbolName,
String module,
String host,
int type)
getModuleNode
public static SymbolTreeNode getModuleNode(SymbolTreeNode hostNode,
String module)
getSymbolNode
public static SymbolTreeNode getSymbolNode(SymbolTreeNode moduleNode,
String symbol)
getSymbolNode
public static SymbolTreeNode getSymbolNode(SymbolTreeNode hostNode,
String module,
String symbol)
isHostNode
public boolean isHoste>
public boolean isHostNode()
isModuleNode
public boolean isModuleNode()
isSymbolNode
public boolean isSymbolNode()
getHost
public String getHost()
- Get the value of host.
- Returns:
- Value of host.
setHost
public void setHost(String v)
- Set the value of host.
- Parameters:
- v - Value to assign to host.
getModule
public String getModule()
- Get the value of module.
- Returns:
- Value of module.
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