public interface ToolbarContainerConverter
ToolbarContainerDockStation
to read
and write PlaceholderMap
s.Modifier and Type | Method and Description |
---|---|
bibliothek.gui.dock.station.support.PlaceholderMap |
getPlaceholders(ToolbarContainerDockPerspective station,
Map<bibliothek.gui.dock.perspective.PerspectiveDockable,Integer> children)
Called by
DockConverter.getPerspectiveLayout(bibliothek.gui.dock.perspective.PerspectiveElement, Map) |
bibliothek.gui.dock.station.support.PlaceholderMap |
getPlaceholders(ToolbarContainerDockStation station)
|
bibliothek.gui.dock.station.support.PlaceholderMap |
getPlaceholders(ToolbarContainerDockStation station,
Map<bibliothek.gui.Dockable,Integer> children)
|
void |
setPlaceholders(ToolbarContainerDockStation station,
bibliothek.gui.dock.station.support.PlaceholderMap map)
|
void |
setPlaceholders(ToolbarContainerDockStation station,
ToolbarContainerConverterCallback callback,
bibliothek.gui.dock.station.support.PlaceholderMap map,
Map<Integer,bibliothek.gui.Dockable> children)
|
bibliothek.gui.dock.station.support.PlaceholderMap getPlaceholders(ToolbarContainerDockStation station)
station
- the calling stationbibliothek.gui.dock.station.support.PlaceholderMap getPlaceholders(ToolbarContainerDockStation station, Map<bibliothek.gui.Dockable,Integer> children)
station
- the calling stationchildren
- identifiers for the children of the stationbibliothek.gui.dock.station.support.PlaceholderMap getPlaceholders(ToolbarContainerDockPerspective station, Map<bibliothek.gui.dock.perspective.PerspectiveDockable,Integer> children)
DockConverter.getPerspectiveLayout(bibliothek.gui.dock.perspective.PerspectiveElement, Map)
station
- the calling stationchildren
- identifiers for the children of the stationvoid setPlaceholders(ToolbarContainerDockStation station, bibliothek.gui.dock.station.support.PlaceholderMap map)
station
- the calling stationmap
- the placeholders to readvoid setPlaceholders(ToolbarContainerDockStation station, ToolbarContainerConverterCallback callback, bibliothek.gui.dock.station.support.PlaceholderMap map, Map<Integer,bibliothek.gui.Dockable> children)
station
- the calling stationcallback
- offers methods to call private methods of station
children
- the new children of station
map
- the placeholders to read