Class WindowSnapping


  • public class WindowSnapping
    extends java.lang.Object
    WindowSnapping.
    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 void registerSnapping​(java.awt.Window target)
      Description of the Method
      static void snap​(java.awt.Window snap, int position)
      Description of the Method
      static void snap​(java.awt.Window snap, int position, java.awt.Window target)
      Description of the Method
      static void unregisterSnapping​(java.awt.Window target)
      Description of the Method
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WindowSnapping

        public WindowSnapping()
    • Method Detail

      • snap

        public static void snap​(java.awt.Window snap,
                                int position)
        Description of the Method
        Parameters:
        snap - Description of Parameter
        position - 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 Parameter
        position - Description of Parameter
        target - 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