Uses of Package
bibliothek.gui.dock.station.screen.magnet

Packages that use bibliothek.gui.dock.station.screen.magnet
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. 
 

Classes in bibliothek.gui.dock.station.screen.magnet used by bibliothek.gui.dock
AttractorStrategy
          The AttractorStrategy is used by the MagnetController to find out whether two ScreenDockWindows are attracting each other.
MagnetController
          Each ScreenDockStation uses one MagnetController to calculate attractions between its children.
MagnetStrategy
          The MagnetStrategy is used by the MagnetController to define how exactly two ScreenDockWindows behave that are attracting each other.
 

Classes in bibliothek.gui.dock.station.screen.magnet used by bibliothek.gui.dock.station.screen.magnet
AttractorStrategy
          The AttractorStrategy is used by the MagnetController to find out whether two ScreenDockWindows are attracting each other.
AttractorStrategy.Attraction
          Tells how two Dockables interact with each other.
MagnetController
          Each ScreenDockStation uses one MagnetController to calculate attractions between its children.
MagnetizedOperation
          A callback used by ScreenDockWindows to calculate the attraction between two ScreenDockWindows.
MagnetOperation
          Creates by a MagnetStrategy, this operation is created once movement or resizing of a ScreenDockWindow started and exists until this operation stopped.
MagnetRequest
          Describes the movement of a ScreenDockWindow.
MagnetRequest.Side
          Describes one side of a ScreenDockWindow.
MagnetStrategy
          The MagnetStrategy is used by the MagnetController to define how exactly two ScreenDockWindows behave that are attracting each other.
StickMagnetGraph.DefaultEdge
          Default implementation of StickMagnetGraph.Edge.
StickMagnetGraph.DefaultNode
          The default implementation of StickMagnetGraph.Node
StickMagnetGraph.Edge
          Represents an edge between two StickMagnetGraph.Nodes of a graph.
StickMagnetGraph.Node
          Represents one node of the graph.
StickMagnetGraph.Visitor
          A StickMagnetGraph.Visitor can be used to visit all the nodes of the graph.
StickMagnetGraphConstraint
          A constraint tells how much a side of a ScreenDockWindow has to move.