Class JDPMethodNode
java.lang.Object
|
+----JDPMethodNode
- public class JDPMethodNode
- extends Object
Class JDPMethodNode represents a node in the method explorer.
-
expanded
- Node expanded flag.
-
icon
- Node icon.
-
item
- Node item.
-
key
- Node key.
-
leftNodes
- Vector of nodes to the left.
-
name
- Node name.
-
nodeColumn
- The column number that the node is currently drawn in.
-
rightNodes
- Vector of nodes to the right.
-
selected
- Node selected flag.
-
text
- Node text.
-
JDPMethodNode()
-
-
nodeToString()
- Returns the String representation of this Branch's values.
key
public String key
- Node key.
name
public String name
- Node name.
text
public String text
- Node text.
selected
public boolean selected
- Node selected flag.
expanded
public boolean expanded
- Node expanded flag.
icon
public int icon
- Node icon.
item
public JDPSourceItem item
- Node item.
leftNodes
public Vector leftNodes
- Vector of nodes to the left.
rightNodes
public Vector rightNodes
- Vector of nodes to the right.
nodeColumn
public int nodeColumn
- The column number that the node is currently drawn in. 1000 is the center.
JDPMethodNode
public JDPMethodNode()
nodeToString
public String nodeToString()
- Returns the String representation of this Branch's values.