Uses of Interface
bibliothek.gui.dock.control.relocator.InserterSource

Packages that use InserterSource
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
 

Uses of InserterSource in bibliothek.gui.dock.control.relocator
 

Classes in bibliothek.gui.dock.control.relocator that implement InserterSource
 class DefaultInserterSource
          Default implementation of InserterSource.
 

Methods in bibliothek.gui.dock.control.relocator with parameters of type InserterSource
 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)