|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@FrameworkOnly public interface ToolbarContainerConverterCallback
An interface allowing a ToolbarContainerConverter
to call some
internal methods of ToolbarContainerDockStation
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 wrap
StationChildHandle
, 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |