Package com.l2fprod.gui
Class WindowSnapping
- java.lang.Object
-
- com.l2fprod.gui.WindowSnapping
-
public class WindowSnapping extends java.lang.ObjectWindowSnapping.
Created on 15/06/2000 by Frederic Lavigne, fred@L2FProd.com- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:45:05 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description WindowSnapping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterSnapping(java.awt.Window target)Description of the Methodstatic voidsnap(java.awt.Window snap, int position)Description of the Methodstatic voidsnap(java.awt.Window snap, int position, java.awt.Window target)Description of the Methodstatic voidunregisterSnapping(java.awt.Window target)Description of the Method
-
-
-
Method Detail
-
snap
public static void snap(java.awt.Window snap, int position)Description of the Method- Parameters:
snap- Description of Parameterposition- Description of Parameter
-
snap
public static void snap(java.awt.Window snap, int position, java.awt.Window target)Description of the Method- Parameters:
snap- Description of Parameterposition- Description of Parametertarget- Description of Parameter
-
registerSnapping
public static void registerSnapping(java.awt.Window target)
Description of the Method- Parameters:
target- Description of Parameter
-
unregisterSnapping
public static void unregisterSnapping(java.awt.Window target)
Description of the Method- Parameters:
target- Description of Parameter
-
-