bibliothek.gui.dock.station.split
Class SplitDockTree.Leaf

java.lang.Object
  extended by bibliothek.gui.dock.station.split.SplitDockTree.Key
      extended by bibliothek.gui.dock.station.split.SplitDockTree.Leaf
Enclosing class:
SplitDockTree

private class SplitDockTree.Leaf
extends SplitDockTree.Key

A SplitDockTree.Key which represents a leaf.

Author:
Benjamin Sigg

Field Summary
 Dockable[] dockables
          the Dockable that will replace this leaf
 
Constructor Summary
SplitDockTree.Leaf(Dockable[] dockables)
          Creates a new leaf.
 
Method Summary
 SplitDockTree.Leaf asLeaf()
          Gets this key as a leaf.
 
Methods inherited from class bibliothek.gui.dock.station.split.SplitDockTree.Key
asNode, getParent, getTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dockables

public Dockable[] dockables
the Dockable that will replace this leaf

Constructor Detail

SplitDockTree.Leaf

public SplitDockTree.Leaf(Dockable[] dockables)
Creates a new leaf.

Parameters:
dockables - the set of dockables which will replace this leaf
Method Detail

asLeaf

public SplitDockTree.Leaf asLeaf()
Description copied from class: SplitDockTree.Key
Gets this key as a leaf.

Overrides:
asLeaf in class SplitDockTree.Key
Returns:
this or null