@LayoutLocked(locked=false) protected class ExternalizingCGridAreaConfiguration.SplitInserter extends DockStationAdapter
ScreenDockStation
, every time some Dockable
is added to said
station, a new ExternalizingCGridArea
is created and inserted.Modifier | Constructor and Description |
---|---|
protected |
ExternalizingCGridAreaConfiguration.SplitInserter() |
Modifier and Type | Method and Description |
---|---|
void |
dockableAdded(DockStation station,
Dockable dockable)
Invoked after
dockable has been added to station .Note: this method is called when the tree of DockElement s contains
the new element, other properties - like the bounds of the
Component of dockable - might not yet be set. |
dockableAdding, dockableRemoved, dockableRemoving, dockableSelected, dockableShowingChanged, dockablesRepositioned
protected ExternalizingCGridAreaConfiguration.SplitInserter()
public void dockableAdded(DockStation station, Dockable dockable)
DockStationListener
dockable
has been added to station
.DockElement
s contains
the new element, other properties - like the bounds of the
Component
of dockable
- might not yet be set.dockableAdded
in interface DockStationListener
dockableAdded
in class DockStationAdapter
station
- the station where the new child was addeddockable
- the new child