State Node
Represents a State in a TemplateJTreeModel.
By default, two States are equal if their fields are equal, regardless of their UUID. However, this is problematic for JTrees because a JTree cannot contain multiple objects that equal each other. The StateNode class thus "replaces" the equals of the contained State within the context of the JTree.
See also
Functions
Link copied to clipboard
Returns true
if and only if this node can have child as a child.
Link copied to clipboard
The (recursive) descendants of this node in depth-first order (excluding this
node itself), or an empty list if this node cannot have children.