Class TreeFork

    • Constructor Detail

      • TreeFork

        public TreeFork​(TreeLeaf oldLeaf,
                        TreeLeaf newLeaf,
                        int newLeafPosition,
                        double dividerLocation,
                        java.util.Vector<DividerChangeListener> listeners)
        Constructor to create a fork element that is inserted between the specified parent and its former oldLeaf to carry newLeaf at the specified position.
        Parameters:
        oldLeaf -
        newLeaf -
        newLeafPosition -
        dividerLocation -