Class AbstractBrowseNode.NodeWrapper

  • Enclosing class:
    AbstractBrowseNode

    protected static class AbstractBrowseNode.NodeWrapper
    extends java.lang.Object
    Simple wrapper containing a BrowseTreeNode and the index at which the node occurs in this node.
    • Constructor Detail

      • NodeWrapper

        public NodeWrapper​(int index,
                           BrowseTreeNode node)
    • Method Detail

      • getIndex

        public int getIndex()