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