|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.split.SplitPlaceholderConverter
public class SplitPlaceholderConverter
Supporting class for SplitDockStation
, provides the implementation of SplitDockStation.getPlaceholders()
and SplitDockStation.setPlaceholders(PlaceholderMap)
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 |
---|
public SplitPlaceholderConverter(SplitDockStation station)
station
- the station for which the converter will be usedMethod Detail |
---|
public PlaceholderMap getPlaceholders()
SplitDockStation
of this converter into a PlaceholderMap
.
SplitDockStation.getPlaceholders()
public void setPlaceholders(PlaceholderMap map)
map
and updates the contents of the SplitDockStation
that is
related to this converter.
map
- the map to readSplitDockStation.setPlaceholders(PlaceholderMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |