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. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<MagnetStrategy> |
ScreenDockStation.MAGNET_STRATEGY
the
MagnetStrategy decides how two ScreenDockWindow s attract each other |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMagnetStrategy
The
DefaultMagnetStrategy is based on the DefaultMagnetOperation . |
Modifier and Type | Method and Description |
---|---|
MagnetStrategy |
MagnetController.getStrategy()
Gets the
MagnetStrategy that is currently used by this controller. |
Modifier and Type | Method and Description |
---|---|
void |
MagnetController.setStrategy(MagnetStrategy strategy)
Sets the
MagnetStrategy that is to be used by this controller. |