Searched refs:targetAction (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceContextPeer.java74 private int targetAction = DnDConstants.ACTION_NONE; field in class:XDragSourceContextPeer
309 if (targetAction != DnDConstants.ACTION_NONE) {
345 targetAction = DnDConstants.ACTION_NONE;
433 targetAction = DnDConstants.ACTION_NONE;
472 if (targetAction != DnDConstants.ACTION_NONE) {
501 postDragSourceDragEvent(targetAction,
508 postDragSourceDragEvent(targetAction,
714 if (dragProtocol != null && targetAction != DnDConstants.ACTION_NONE) {
763 targetAction != DnDConstants.ACTION_NONE) {
768 if (targetAction
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java251 protected final void postDragSourceDragEvent(final int targetAction, argument
263 targetAction & sourceActions,
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaKeyBindings.java581 final Action targetAction = actionMap.get(targetActionName);
584 targetAction.actionPerformed(e);

Completed in 204 milliseconds