@FrameworkOnly
public interface ToolbarContainerConverterCallback
ToolbarContainerConverter
to call some
internal methods of ToolbarContainerDockStation
.Modifier and Type | Method and Description |
---|---|
void |
added(bibliothek.gui.dock.station.StationChildHandle dockable)
Called after
dockable was added to the list of dockables. |
void |
adding(bibliothek.gui.dock.station.StationChildHandle dockable)
Called before
dockable is added to the list of dockables. |
void |
finished(bibliothek.gui.dock.station.support.DockablePlaceholderList<bibliothek.gui.dock.station.StationChildHandle> list)
Called after
setDockables(DockablePlaceholderList) and after all
children have been stored in list . |
void |
setDockables(bibliothek.gui.dock.station.support.DockablePlaceholderList<bibliothek.gui.dock.station.StationChildHandle> list)
Replaces the list of dockables.
|
bibliothek.gui.dock.station.StationChildHandle |
wrap(bibliothek.gui.Dockable dockable)
Creates a new
StationChildHandle for dockable , the
new handle must not be added to any collection. |
bibliothek.gui.dock.station.StationChildHandle wrap(bibliothek.gui.Dockable dockable)
StationChildHandle
for dockable
, the
new handle must not be added to any collection.dockable
- the element to wrapStationChildHandle
, must not be null
void adding(bibliothek.gui.dock.station.StationChildHandle dockable)
dockable
is added to the list of dockables.dockable
- the new element, not null
void added(bibliothek.gui.dock.station.StationChildHandle dockable)
dockable
was added to the list of dockables.dockable
- the new element, not null
void setDockables(bibliothek.gui.dock.station.support.DockablePlaceholderList<bibliothek.gui.dock.station.StationChildHandle> list)
list
- the new list of dockables, not null
void finished(bibliothek.gui.dock.station.support.DockablePlaceholderList<bibliothek.gui.dock.station.StationChildHandle> list)
setDockables(DockablePlaceholderList)
and after all
children have been stored in list
.list
- the list whose creation was finished