Uses of Class
bibliothek.gui.dock.station.screen.ScreenDockStationExtension.DropArguments

Packages that use ScreenDockStationExtension.DropArguments
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of ScreenDockStationExtension.DropArguments in bibliothek.gui.dock.station.screen
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStationExtension.DropArguments
 void ScreenDockStationExtension.drop(ScreenDockStation station, ScreenDockStationExtension.DropArguments arguments)
          Called by ScreenDockStation.drop(Dockable, ScreenDockProperty, boolean).
 void ScreenDockStationExtension.dropped(ScreenDockStation station, ScreenDockStationExtension.DropArguments arguments, boolean successfull)
          Called after a (modified) call to ScreenDockStation.drop(Dockable, ScreenDockProperty, boolean) ended.