This class is not part of the public API.

Class: javax.swing.tree.VariableHeightLayoutCache.VisibleTreeStateNodeEnumeration

  • private class VariableHeightLayoutCache.VisibleTreeStateNodeEnumeration
  • implements Enumeration<TreePath>
An enumerator to iterate through visible nodes.

Inheritance

Superclass tree:
  • java.lang.Object
  • javax.swing.tree.VariableHeightLayoutCache.VisibleTreeStateNodeEnumeration
Implements:

Methods

Fields

  • childCount

    protected int childCount
    Number of children in parent.
  • nextIndex

    protected int nextIndex
    Index of next child. An index of -1 signifies parent should be visibled next.
  • parent

    Parent thats children are being enumerated.