|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToolbarContainerConverter
A helper interface used by the ToolbarContainerDockStation
to read
and write PlaceholderMap
s.
Method Summary | |
---|---|
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)
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) |
Method Detail |
---|
bibliothek.gui.dock.station.support.PlaceholderMap getPlaceholders(ToolbarContainerDockStation station)
ToolbarContainerDockStation.getPlaceholders()
station
- the calling station
bibliothek.gui.dock.station.support.PlaceholderMap getPlaceholders(ToolbarContainerDockStation station, Map<bibliothek.gui.Dockable,Integer> children)
ToolbarContainerDockStation.getPlaceholders(Map)
station
- the calling stationchildren
- identifiers for the children of the station
bibliothek.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 station
void setPlaceholders(ToolbarContainerDockStation station, bibliothek.gui.dock.station.support.PlaceholderMap map)
ToolbarContainerDockStation.setPlaceholders(PlaceholderMap)
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)
ToolbarContainerDockStation.setPlaceholders(PlaceholderMap, Map)
station
- the calling stationcallback
- offers methods to call private methods of station
children
- the new children of station
map
- the placeholders to read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |