|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.toolbar.DefaultToolbarContainerConverter
public class DefaultToolbarContainerConverter
Default implementation of ToolbarContainerConverter
. This converter
supports all features necessary to read and write PlaceholderMap
s.
Constructor Summary | |
---|---|
DefaultToolbarContainerConverter()
|
Method Summary | |
---|---|
bibliothek.gui.dock.station.support.PlaceholderMap |
getPlaceholders(ToolbarContainerDockStation station)
Called by ToolbarContainerDockStation.getPlaceholders() |
bibliothek.gui.dock.station.support.PlaceholderMap |
getPlaceholders(ToolbarContainerDockStation station,
Map<bibliothek.gui.Dockable,Integer> children)
Called by ToolbarContainerDockStation.getPlaceholders(Map) |
void |
setPlaceholders(ToolbarContainerDockStation station,
bibliothek.gui.dock.station.support.PlaceholderMap map)
Called by ToolbarContainerDockStation.setPlaceholders(PlaceholderMap) |
void |
setPlaceholders(ToolbarContainerDockStation station,
ToolbarContainerConverterCallback callback,
bibliothek.gui.dock.station.support.PlaceholderMap map,
Map<Integer,bibliothek.gui.Dockable> children)
Called by ToolbarContainerDockStation.setPlaceholders(PlaceholderMap, Map) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultToolbarContainerConverter()
Method Detail |
---|
public bibliothek.gui.dock.station.support.PlaceholderMap getPlaceholders(ToolbarContainerDockStation station)
ToolbarContainerConverter
ToolbarContainerDockStation.getPlaceholders()
getPlaceholders
in interface ToolbarContainerConverter
station
- the calling station
public bibliothek.gui.dock.station.support.PlaceholderMap getPlaceholders(ToolbarContainerDockStation station, Map<bibliothek.gui.Dockable,Integer> children)
ToolbarContainerConverter
ToolbarContainerDockStation.getPlaceholders(Map)
getPlaceholders
in interface ToolbarContainerConverter
station
- the calling stationchildren
- identifiers for the children of the station
public void setPlaceholders(ToolbarContainerDockStation station, bibliothek.gui.dock.station.support.PlaceholderMap map)
ToolbarContainerConverter
ToolbarContainerDockStation.setPlaceholders(PlaceholderMap)
setPlaceholders
in interface ToolbarContainerConverter
station
- the calling stationmap
- the placeholders to readpublic void setPlaceholders(ToolbarContainerDockStation station, ToolbarContainerConverterCallback callback, bibliothek.gui.dock.station.support.PlaceholderMap map, Map<Integer,bibliothek.gui.Dockable> children)
ToolbarContainerConverter
ToolbarContainerDockStation.setPlaceholders(PlaceholderMap, Map)
setPlaceholders
in interface ToolbarContainerConverter
station
- the calling stationcallback
- offers methods to call private methods of station
map
- the placeholders to readchildren
- the new children of station
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |