Class DefaultTreeTable.Node.Children

All Implemented Interfaces:
Serializable, Iterable<TreeTable.Node>, Collection<TreeTable.Node>, List<TreeTable.Node>, CheckedContainer<TreeTable.Node>
Enclosing class:
DefaultTreeTable.Node

private static final class DefaultTreeTable.Node.Children extends TreeNodeList
Implementation of DefaultTreeTable.Node children list. This list updates automatically the DefaultTreeTable.Node.parent field when the enclosing node is added to or removed from the list of children of another Node instance.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
  • Constructor Details

    • Children

      Children(TreeTable.Node parent)
      Creates a new, initially empty, node list. The node given in argument to this constructor will be the parent of all nodes added as children to this list.
      Parameters:
      parent - the node which will own this list.
  • Method Details