Uses of Class
adams.gui.flow.tree.Tree.TreeState
-
Packages that use Tree.TreeState Package Description adams.gui.flow.tree -
-
Uses of Tree.TreeState in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return Tree.TreeState Modifier and Type Method Description Tree.TreeState
Tree. getState()
Returns the current state of the tree (tree, expansions, modified).Methods in adams.gui.flow.tree with parameters of type Tree.TreeState Modifier and Type Method Description void
Tree. setState(Tree.TreeState value)
Sets the current state of the tree (tree, expansions, modified).
-