public interface ToolbarContainerConverter
ToolbarContainerDockStation to read
and write PlaceholderMaps.| Modifier and Type | Method and Description |
|---|---|
PlaceholderMap |
getPlaceholders(ToolbarContainerDockPerspective station,
Map<PerspectiveDockable,Integer> children)
|
PlaceholderMap |
getPlaceholders(ToolbarContainerDockStation station)
|
PlaceholderMap |
getPlaceholders(ToolbarContainerDockStation station,
Map<Dockable,Integer> children)
|
void |
setPlaceholders(ToolbarContainerDockStation station,
PlaceholderMap map)
|
void |
setPlaceholders(ToolbarContainerDockStation station,
ToolbarContainerConverterCallback callback,
PlaceholderMap map,
Map<Integer,Dockable> children)
|
PlaceholderMap getPlaceholders(ToolbarContainerDockStation station)
station - the calling stationPlaceholderMap getPlaceholders(ToolbarContainerDockStation station, Map<Dockable,Integer> children)
station - the calling stationchildren - identifiers for the children of the stationPlaceholderMap getPlaceholders(ToolbarContainerDockPerspective station, Map<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, PlaceholderMap map)
station - the calling stationmap - the placeholders to readvoid setPlaceholders(ToolbarContainerDockStation station, ToolbarContainerConverterCallback callback, PlaceholderMap map, Map<Integer,Dockable> children)
station - the calling stationcallback - offers methods to call private methods of stationchildren - the new children of stationmap - the placeholders to readCopyright © 2018. All rights reserved.