Package | Description |
---|---|
bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInserterSource
Default implementation of
InserterSource . |
Modifier and Type | Method and Description |
---|---|
StationDropOperation |
Inserter.after(InserterSource source)
This method is called after
DockStation.prepareDrop(bibliothek.gui.dock.station.StationDropItem) 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(bibliothek.gui.dock.station.StationDropItem) was invoked. |
StationDropOperation |
MultiInserter.before(InserterSource source) |