Package | Description |
---|---|
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
ScreenDockWindow s to
attract each other, or to stick together. |
Class and Description |
---|
AttractorStrategy
The
AttractorStrategy is used by the MagnetController to find out
whether two ScreenDockWindow s 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 ScreenDockWindow s behave that are attracting each other. |
Class and Description |
---|
AttractorStrategy
The
AttractorStrategy is used by the MagnetController to find out
whether two ScreenDockWindow s are attracting each other. |
AttractorStrategy.Attraction
Tells how two
Dockable s interact with each other. |
MagnetController
Each
ScreenDockStation uses one MagnetController to calculate attractions
between its children. |
MagnetizedOperation
A callback used by
ScreenDockWindow s to calculate the attraction between two
ScreenDockWindow s. |
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 ScreenDockWindow s 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.Node s 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. |