Uses of Interface
bibliothek.gui.dock.station.screen.magnet.MagnetRequest

Packages that use MagnetRequest
bibliothek.gui.dock.station.screen.magnet The magnet API allows ScreenDockWindows to attract each other, or to stick together. 
 

Uses of MagnetRequest in bibliothek.gui.dock.station.screen.magnet
 

Methods in bibliothek.gui.dock.station.screen.magnet that return MagnetRequest
 MagnetRequest StickMagnetGraph.getRequest()
          Gets information about the moved ScreenDockWindow.
 

Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type MagnetRequest
 void DefaultMagnetOperation.attract(MagnetController controller, MagnetRequest request)
           
 void MagnetOperation.attract(MagnetController controller, MagnetRequest request)
          Called by controller after a ScreenDockWindow moved or changed its size (or both).
protected  void DefaultMagnetOperation.moved(MagnetController controller, MagnetRequest request)
          Called if a window was moved.
protected  void DefaultMagnetOperation.resized(MagnetController controller, MagnetRequest request)
          Called if a window was resized.
 MagnetOperation DefaultMagnetStrategy.start(MagnetController controller, MagnetRequest request)
           
 MagnetOperation MagnetStrategy.start(MagnetController controller, MagnetRequest request)
          Called by controller after a ScreenDockWindow moved or changed its size (or both).
 

Constructors in bibliothek.gui.dock.station.screen.magnet with parameters of type MagnetRequest
StickMagnetGraph(MagnetController controller, MagnetRequest request)