| 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
ScreenDockWindows to
attract each other, or to stick together. |
| Modifier and Type | Method and Description |
|---|---|
MagnetController |
ScreenDockStation.getMagnetController()
Gets the
MagnetController of this station. |
| Modifier and Type | Method and Description |
|---|---|
MagnetController |
StickMagnetGraph.getController()
Gets information about all known
ScreenDockWindows. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMagnetOperation.attract(MagnetController controller,
MagnetRequest request) |
void |
MagnetOperation.attract(MagnetController controller,
MagnetRequest request)
Called by
controller after a ScreenDockWindow moved or changed
its size (or both). |
void |
DefaultMagnetStrategy.install(MagnetController controller) |
void |
MagnetStrategy.install(MagnetController controller)
Informs this
MagnetStrategy that it will be used by controller. |
protected void |
DefaultMagnetOperation.moved(MagnetController controller,
MagnetRequest request)
Called if a window was moved.
|
protected void |
DefaultMagnetOperation.resized(MagnetController controller,
MagnetRequest request)
Called if a window was resized.
|
MagnetOperation |
DefaultMagnetStrategy.start(MagnetController controller,
MagnetRequest request) |
MagnetOperation |
MagnetStrategy.start(MagnetController controller,
MagnetRequest request)
Called by
controller after a ScreenDockWindow moved or changed
its size (or both). |
void |
DefaultMagnetStrategy.uninstall(MagnetController controller) |
void |
MagnetStrategy.uninstall(MagnetController controller)
Informs this
MagnetStrategy that it is no longer used by controller. |
| Constructor and Description |
|---|
StickMagnetGraph(MagnetController controller,
MagnetRequest request) |
Copyright © 2017 Docking Frames. All rights reserved.