Package jadex.base.gui.filetree
Class TreeProperties
- java.lang.Object
- 
- jadex.base.gui.filetree.TreeProperties
 
- 
 public class TreeProperties extends java.lang.ObjectStruct for storing Tree properties.
- 
- 
Constructor SummaryConstructors Constructor Description TreeProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NodePath[]getExpandedNodes()Get the expanded nodes.java.lang.String[]getRootPathEntries()Get the root node.NodePathgetSelectedNode()Get the selected node.voidsetExpandedNodes(NodePath[] expanded)Set the expanded nodes.voidsetRootPathEntries(java.lang.String[] roots)Set the root path entries.voidsetSelectedNode(NodePath selected)Set the selected node.
 
- 
- 
- 
Method Detail- 
getRootPathEntriespublic java.lang.String[] getRootPathEntries() Get the root node.
 - 
getSelectedNodepublic NodePath getSelectedNode() Get the selected node.
 - 
getExpandedNodespublic NodePath[] getExpandedNodes() Get the expanded nodes.
 - 
setRootPathEntriespublic void setRootPathEntries(java.lang.String[] roots) Set the root path entries.
 - 
setSelectedNodepublic void setSelectedNode(NodePath selected) Set the selected node.
 - 
setExpandedNodespublic void setExpandedNodes(NodePath[] expanded) Set the expanded nodes.
 
- 
 
-