Class JDPMethodNode

java.lang.Object
   |
   +----JDPMethodNode

public class JDPMethodNode
extends Object
Class JDPMethodNode represents a node in the method explorer.


Variable Index

 o expanded
Node expanded flag.
 o icon
Node icon.
 o item
Node item.
 o key
Node key.
 o leftNodes
Vector of nodes to the left.
 o name
Node name.
 o nodeColumn
The column number that the node is currently drawn in.
 o rightNodes
Vector of nodes to the right.
 o selected
Node selected flag.
 o text
Node text.

Constructor Index

 o JDPMethodNode()

Method Index

 o nodeToString()
Returns the String representation of this Branch's values.

Variables

 o key
 public String key
Node key.

 o name
 public String name
Node name.

 o text
 public String text
Node text.

 o selected
 public boolean selected
Node selected flag.

 o expanded
 public boolean expanded
Node expanded flag.

 o icon
 public int icon
Node icon.

 o item
 public JDPSourceItem item
Node item.

 o leftNodes
 public Vector leftNodes
Vector of nodes to the left.

 o rightNodes
 public Vector rightNodes
Vector of nodes to the right.

 o nodeColumn
 public int nodeColumn
The column number that the node is currently drawn in. 1000 is the center.

Constructors

 o JDPMethodNode
 public JDPMethodNode()

Methods

 o nodeToString
 public String nodeToString()
Returns the String representation of this Branch's values.