public abstract class SwingForester.TreeProxy extends Object implements TreeNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected TreeNode |
parent |
protected Object |
source |
| Modifier | Constructor and Description |
|---|---|
protected |
TreeProxy(TreeNode parent,
String label,
Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
TreeNode |
getParent() |
Object |
getSource() |
String |
toString() |
abstract String |
valueToString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildren, getAllowsChildren, getChildAt, getChildCount, getIndex, isLeafsee also the complete user documentation .