Searched defs:getDropAction (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragSourceDropEvent.java149 public int getDropAction() { return dropAction; } method in class:DragSourceDropEvent
H A DDragSourceDragEvent.java242 public int getDropAction() { method in class:DragSourceDragEvent
H A DDropTargetDragEvent.java178 public int getDropAction() { return dropAction; } method in class:DropTargetDragEvent
H A DDropTargetDropEvent.java214 public int getDropAction() { return dropAction; } method in class:DropTargetDropEvent
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java416 * @see #getDropAction
455 public int getDropAction() { method in class:TransferHandler.TransferSupport
480 * @see #getDropAction
487 ? ((DropTargetDragEvent)source).getDropAction()
488 : ((DropTargetDropEvent)source).getDropAction();
1462 e.acceptDrag(support.getDropAction());
1525 e.acceptDrop(support.getDropAction());
1640 c.getTransferHandler().exportDone(c, dsc.getTransferable(), dsde.getDropAction());

Completed in 64 milliseconds