Searched defs:dragAction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/peer/
H A DDropTargetContextPeer.java85 void acceptDrag(int dragAction); argument
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java353 * @param dragAction The action initially selected by the users gesture
356 protected synchronized void fireDragGestureRecognized(int dragAction, Point p) { argument
359 dragGestureListener.dragGestureRecognized(new DragGestureEvent(this, dragAction, p, events));

Completed in 34 milliseconds