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

Packages that use MagnetStrategy
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.screen.magnet The magnet API allows ScreenDockWindows to attract each other, or to stick together. 
 

Uses of MagnetStrategy in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type MagnetStrategy
static PropertyKey<MagnetStrategy> ScreenDockStation.MAGNET_STRATEGY
          the MagnetStrategy decides how two ScreenDockWindows attract each other
 

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

Classes in bibliothek.gui.dock.station.screen.magnet that implement MagnetStrategy
 class DefaultMagnetStrategy
          The DefaultMagnetStrategy is based on the DefaultMagnetOperation.
 

Methods in bibliothek.gui.dock.station.screen.magnet that return MagnetStrategy
 MagnetStrategy MagnetController.getStrategy()
          Gets the MagnetStrategy that is currently used by this controller.
 

Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type MagnetStrategy
 void MagnetController.setStrategy(MagnetStrategy strategy)
          Sets the MagnetStrategy that is to be used by this controller.