bibliothek.gui.dock.station.stack
Class RetroStackDockStationLayout

java.lang.Object
  extended by bibliothek.gui.dock.station.stack.StackDockStationLayout
      extended by bibliothek.gui.dock.station.stack.RetroStackDockStationLayout

public class RetroStackDockStationLayout
extends StackDockStationLayout

Information about the layout of a StackDockStation read from an old format. This class only remains for backwards compatibility and should not be used by clients.

Author:
Benjamin Sigg

Constructor Summary
RetroStackDockStationLayout(int selected, int[] children)
          Creates a new layout
 
Method Summary
 int[] getChildren()
          Gets the order of the children.
 
Methods inherited from class bibliothek.gui.dock.station.stack.StackDockStationLayout
getPlaceholders, getSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetroStackDockStationLayout

public RetroStackDockStationLayout(int selected,
                                   int[] children)
Creates a new layout

Parameters:
selected - the name of the item that is selected
children - the order of the children. The entries of the array are the identifiers that a DockFactory gets in its method DockConverter.getLayout(bibliothek.gui.dock.DockElement, java.util.Map)
Method Detail

getChildren

public int[] getChildren()
Gets the order of the children.

Returns:
the order