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

Packages that use AttractorStrategy
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 AttractorStrategy in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type AttractorStrategy
static PropertyKey<AttractorStrategy> ScreenDockStation.ATTRACTOR_STRATEGY
          the AttractorStrategy that tells whether two Dockables attract each other
 

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

Classes in bibliothek.gui.dock.station.screen.magnet that implement AttractorStrategy
 class MultiAttractorStrategy
          A combination of several AttractorStrategys into one strategy.
 

Methods in bibliothek.gui.dock.station.screen.magnet that return AttractorStrategy
 AttractorStrategy MagnetController.getAttractorStrategy()
          Gets the currently used AttractorStrategy.
 

Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type AttractorStrategy
 void MultiAttractorStrategy.add(AttractorStrategy strategy)
          Adds strategy to the list of strategies that are used.
 void MultiAttractorStrategy.remove(AttractorStrategy strategy)
          Removes strategy from the list of strategies that are used.
 void MagnetController.setAttractorStrategy(AttractorStrategy strategy)
          Sets the AttractorStrategy to use.