bibliothek.gui.dock.station.split
Class SplitPlaceholderConverter

java.lang.Object
  extended by bibliothek.gui.dock.station.split.SplitPlaceholderConverter

public class SplitPlaceholderConverter
extends Object

Supporting class for SplitDockStation, provides the implementation of SplitDockStation.getPlaceholders() and SplitDockStation.setPlaceholders(PlaceholderMap)

Author:
Benjamin Sigg

Constructor Summary
SplitPlaceholderConverter(SplitDockStation station)
          Creates a new converter
 
Method Summary
 PlaceholderMap getPlaceholders()
          Converts the SplitDockStation of this converter into a PlaceholderMap.
 void setPlaceholders(PlaceholderMap map)
          Reads map and updates the contents of the SplitDockStation that is related to this converter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPlaceholderConverter

public SplitPlaceholderConverter(SplitDockStation station)
Creates a new converter

Parameters:
station - the station for which the converter will be used
Method Detail

getPlaceholders

public PlaceholderMap getPlaceholders()
Converts the SplitDockStation of this converter into a PlaceholderMap.

Returns:
the map
See Also:
SplitDockStation.getPlaceholders()

setPlaceholders

public void setPlaceholders(PlaceholderMap map)
Reads map and updates the contents of the SplitDockStation that is related to this converter.

Parameters:
map - the map to read
See Also:
SplitDockStation.setPlaceholders(PlaceholderMap)