jdk/src/java.desktop/share/classes/sun/awt/dnd/SunDragSourceContextPeer.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    79 
    79 
    80     /*
    80     /*
    81      * dispatch constants
    81      * dispatch constants
    82      */
    82      */
    83 
    83 
    84     protected final static int DISPATCH_ENTER   = 1;
    84     protected static final int DISPATCH_ENTER   = 1;
    85     protected final static int DISPATCH_MOTION  = 2;
    85     protected static final int DISPATCH_MOTION  = 2;
    86     protected final static int DISPATCH_CHANGED = 3;
    86     protected static final int DISPATCH_CHANGED = 3;
    87     protected final static int DISPATCH_EXIT    = 4;
    87     protected static final int DISPATCH_EXIT    = 4;
    88     protected final static int DISPATCH_FINISH  = 5;
    88     protected static final int DISPATCH_FINISH  = 5;
    89     protected final static int DISPATCH_MOUSE_MOVED  = 6;
    89     protected static final int DISPATCH_MOUSE_MOVED  = 6;
    90 
    90 
    91     /**
    91     /**
    92      * construct a new SunDragSourceContextPeer
    92      * construct a new SunDragSourceContextPeer
    93      */
    93      */
    94 
    94