Package adams.gui.flow.tree
Class Tree.TreeState
- java.lang.Object
-
- adams.gui.flow.tree.Tree.TreeState
-
-
Field Summary
Fields Modifier and Type Field Description List
actors
the nested commandlines.List<String>
expanded
the full names of the expanded actors.File
file
the associated file, if any.boolean
modified
whether the tree is modified.List<String>
selection
the full names of the currently selected actors.
-
Constructor Summary
Constructors Constructor Description TreeState()
-