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 Listactorsthe nested commandlines.List<String>expandedthe full names of the expanded actors.Filefilethe associated file, if any.booleanmodifiedwhether the tree is modified.List<String>selectionthe full names of the currently selected actors.
-
Constructor Summary
Constructors Constructor Description TreeState()
-