|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MagnetController | |
|---|---|
| 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 MagnetController in bibliothek.gui.dock |
|---|
| Methods in bibliothek.gui.dock that return MagnetController | |
|---|---|
MagnetController |
ScreenDockStation.getMagnetController()
Gets the MagnetController of this station. |
| Uses of MagnetController in bibliothek.gui.dock.station.screen.magnet |
|---|
| Methods in bibliothek.gui.dock.station.screen.magnet that return MagnetController | |
|---|---|
MagnetController |
StickMagnetGraph.getController()
Gets information about all known ScreenDockWindows. |
| Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type MagnetController | |
|---|---|
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. |
| Constructors in bibliothek.gui.dock.station.screen.magnet with parameters of type MagnetController | |
|---|---|
StickMagnetGraph(MagnetController controller,
MagnetRequest request)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||