bibliothek.gui.dock.station.screen
Class ScreenDockStationLayout

java.lang.Object
  extended by bibliothek.gui.dock.station.screen.ScreenDockStationLayout
Direct Known Subclasses:
RetroScreenDockStationLayout

public class ScreenDockStationLayout
extends Object

A layout that holds the contents of a ScreenDockStation.

Author:
Benjamin Sigg

Constructor Summary
protected ScreenDockStationLayout()
          Default constructor not setting the placeholders of this layout.
  ScreenDockStationLayout(PlaceholderMap placeholders)
          Creates a new layout.
 
Method Summary
 PlaceholderMap getPlaceholders()
          Gets all the items of this layout, including the encoded Dockables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenDockStationLayout

protected ScreenDockStationLayout()
Default constructor not setting the placeholders of this layout. Kept for backwards compatibility, should not be used by clients.


ScreenDockStationLayout

public ScreenDockStationLayout(PlaceholderMap placeholders)
Creates a new layout.

Parameters:
placeholders - all the items of this layout
Method Detail

getPlaceholders

public PlaceholderMap getPlaceholders()
Gets all the items of this layout, including the encoded Dockables.

Returns:
the placeholders