public class DefaultToolbarContainerConverter extends Object implements ToolbarContainerConverter
ToolbarContainerConverter. This converter
supports all features necessary to read and write PlaceholderMaps.| Constructor and Description |
|---|
DefaultToolbarContainerConverter() |
| 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)
|
public PlaceholderMap getPlaceholders(ToolbarContainerDockStation station)
ToolbarContainerConvertergetPlaceholders in interface ToolbarContainerConverterstation - the calling stationpublic PlaceholderMap getPlaceholders(ToolbarContainerDockStation station, Map<Dockable,Integer> children)
ToolbarContainerConvertergetPlaceholders in interface ToolbarContainerConverterstation - the calling stationchildren - identifiers for the children of the stationpublic PlaceholderMap getPlaceholders(ToolbarContainerDockPerspective station, Map<PerspectiveDockable,Integer> children)
ToolbarContainerConverterDockConverter.getPerspectiveLayout(bibliothek.gui.dock.perspective.PerspectiveElement, Map)getPlaceholders in interface ToolbarContainerConverterstation - the calling stationchildren - identifiers for the children of the stationpublic void setPlaceholders(ToolbarContainerDockStation station, PlaceholderMap map)
ToolbarContainerConvertersetPlaceholders in interface ToolbarContainerConverterstation - the calling stationmap - the placeholders to readpublic void setPlaceholders(ToolbarContainerDockStation station, ToolbarContainerConverterCallback callback, PlaceholderMap map, Map<Integer,Dockable> children)
ToolbarContainerConvertersetPlaceholders in interface ToolbarContainerConverterstation - the calling stationcallback - offers methods to call private methods of stationmap - the placeholders to readchildren - the new children of stationCopyright © 2018. All rights reserved.