bibliothek.gui.dock.station.split
Class PerspectiveSplitDockTree

java.lang.Object
  extended by bibliothek.gui.dock.station.split.SplitDockTree<PerspectiveDockable>
      extended by bibliothek.gui.dock.station.split.PerspectiveSplitDockTree

public class PerspectiveSplitDockTree
extends SplitDockTree<PerspectiveDockable>

Implementation of a SplitDockTree that works with PerspectiveDockables.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from class bibliothek.gui.dock.station.split.SplitDockTree
SplitDockTree.Key
 
Constructor Summary
PerspectiveSplitDockTree()
           
 
Method Summary
 PerspectiveDockable[] array(int size)
          Creates a new array of size size for objects of type D.
 
Methods inherited from class bibliothek.gui.dock.station.split.SplitDockTree
array, getBottom, getDivider, getDockables, getDockables, getLeft, getPlaceholderMap, getPlaceholders, getRight, getRoot, getSelected, getTop, horizontal, horizontal, horizontal, horizontal, horizontal, horizontal, isDockable, isHorizontal, isNode, isPlaceholder, put, put, put, put, put, put, put, root, root, toString, unroot, vertical, vertical, vertical, vertical, vertical, vertical
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerspectiveSplitDockTree

public PerspectiveSplitDockTree()
Method Detail

array

public PerspectiveDockable[] array(int size)
Description copied from class: SplitDockTree
Creates a new array of size size for objects of type D.

Specified by:
array in class SplitDockTree<PerspectiveDockable>
Parameters:
size - the size of the array
Returns:
the new array