bibliothek.gui.dock.station.split
Class DockableSplitDockTree

java.lang.Object
  extended by bibliothek.gui.dock.station.split.SplitDockTree<Dockable>
      extended by bibliothek.gui.dock.station.split.DockableSplitDockTree

public class DockableSplitDockTree
extends SplitDockTree<Dockable>

Implementation of a SplitDockTree that works with Dockables.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from class bibliothek.gui.dock.station.split.SplitDockTree
SplitDockTree.Key
 
Constructor Summary
DockableSplitDockTree()
           
 
Method Summary
 Dockable[] 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

DockableSplitDockTree

public DockableSplitDockTree()
Method Detail

array

public Dockable[] 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<Dockable>
Parameters:
size - the size of the array
Returns:
the new array