|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MagnetOperation
Creates by a MagnetStrategy, this operation is created once movement or resizing of a
ScreenDockWindow started and exists until this operation stopped.
| Method Summary | |
|---|---|
void |
attract(MagnetController controller,
MagnetRequest request)
Called by controller after a ScreenDockWindow moved or changed
its size (or both). |
void |
destroy()
Called once the operation is no longer needed. |
| Method Detail |
|---|
void attract(MagnetController controller,
MagnetRequest request)
controller after a ScreenDockWindow moved or changed
its size (or both). This method has to find out whether the window is attracted to another
window and if so it must call one of the attract methods of request.
controller - the caller of this method, may be used to find other ScreenDockWindowsrequest - detailed information about the eventvoid destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||