Methods in bibliothek.gui.dock.control.relocator with parameters of type InserterSource |
StationDropOperation |
Inserter.after(InserterSource source)
This method is called after DockStation#prepareDrop(int, int, int, int, Dockable) was executed, the
method is called in any case independent of whether prepareDrop returned a StationDropOperation
or not. |
StationDropOperation |
MultiInserter.after(InserterSource source)
|
StationDropOperation |
Inserter.before(InserterSource source)
This method is called if DockStationDropLayer.contains(int, int) confirmed that a point belongs
to the layer, but before DockStation#prepareDrop(int, int, int, int, Dockable) was invoked. |
StationDropOperation |
MultiInserter.before(InserterSource source)
|