public class TreeProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected NodePath[] |
expanded
The expanded nodes.
|
protected java.lang.String[] |
roots
The root path entries.
|
protected NodePath |
selected
The selected node (if any).
|
Constructor and Description |
---|
TreeProperties() |
Modifier and Type | Method and Description |
---|---|
NodePath[] |
getExpandedNodes()
Get the expanded nodes.
|
java.lang.String[] |
getRootPathEntries()
Get the root node.
|
NodePath |
getSelectedNode()
Get the selected node.
|
void |
setExpandedNodes(NodePath[] expanded)
Set the expanded nodes.
|
void |
setRootPathEntries(java.lang.String[] roots)
Set the root path entries.
|
void |
setSelectedNode(NodePath selected)
Set the selected node.
|
protected java.lang.String[] roots
protected NodePath selected
protected NodePath[] expanded
public java.lang.String[] getRootPathEntries()
public NodePath getSelectedNode()
public NodePath[] getExpandedNodes()
public void setRootPathEntries(java.lang.String[] roots)
public void setSelectedNode(NodePath selected)
public void setExpandedNodes(NodePath[] expanded)