Searched refs:ACTION_NONE (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDnDConstants.java41 public static final int ACTION_NONE = 0x0; field in class:DnDConstants
H A DDropTargetDropEvent.java58 * <code>DnDConstants.ACTION_NONE</code> if this drop action is not supported
67 * is <code>DnDConstants.ACTION_NONE</code>.
109 if (dropAction != DnDConstants.ACTION_NONE &&
285 private int actions = DnDConstants.ACTION_NONE;
292 private int dropAction = DnDConstants.ACTION_NONE;
H A DDragSourceDropEvent.java146 * <code>DnDConstants.ACTION_NONE</code>.
167 private int dropAction = DnDConstants.ACTION_NONE;
H A DDragSourceContext.java174 * trigger event is <code>DnDConstants.ACTION_NONE</code>.
177 * event are equal to <code>DnDConstants.ACTION_NONE</code>.
202 DnDConstants.ACTION_NONE) {
206 if (trigger.getDragAction() == DnDConstants.ACTION_NONE) {
401 updateCurrentCursor(DnDConstants.ACTION_NONE, DnDConstants.ACTION_NONE, DEFAULT);
490 targetAct = DnDConstants.ACTION_NONE;
496 if (ra == DnDConstants.ACTION_NONE) { // no drop possible
H A DDragSourceDragEvent.java43 * supported by the drag source or <code>DnDConstants.ACTION_NONE</code> if this
57 * <code>DnDConstants.ACTION_NONE</code> if this drop action is not supported
66 * is <code>DnDConstants.ACTION_NONE</code>.
255 private int targetActions = DnDConstants.ACTION_NONE;
262 private int dropAction = DnDConstants.ACTION_NONE;
H A DDropTargetDragEvent.java59 * <code>DnDConstants.ACTION_NONE</code> if this drop action is not supported
68 * is <code>DnDConstants.ACTION_NONE</code>.
103 if (dropAction != DnDConstants.ACTION_NONE &&
H A DMouseDragGestureRecognizer.java116 this(ds, c, DnDConstants.ACTION_NONE);
H A DDragGestureRecognizer.java193 this(ds, c, DnDConstants.ACTION_NONE);
H A DDropTarget.java359 dtde.getDropTargetContext().setTargetActions(DnDConstants.ACTION_NONE);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWMouseDragGestureRecognizer.java106 this(ds, c, DnDConstants.ACTION_NONE);
131 return DnDConstants.ACTION_NONE;
154 if (mapDragOperationFromModifiers(e) != DnDConstants.ACTION_NONE) {
189 if (dragAction == DnDConstants.ACTION_NONE) {
203 if (dop == DnDConstants.ACTION_NONE) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMouseDragGestureRecognizer.java109 this(ds, c, DnDConstants.ACTION_NONE);
134 return DnDConstants.ACTION_NONE;
157 if (mapDragOperationFromModifiers(e) != DnDConstants.ACTION_NONE) {
191 if (dragAction == DnDConstants.ACTION_NONE) {
206 if (dop == DnDConstants.ACTION_NONE) {
H A DXDragSourceContextPeer.java74 private int targetAction = DnDConstants.ACTION_NONE;
76 private int sourceActions = DnDConstants.ACTION_NONE;
79 private int sourceAction = DnDConstants.ACTION_NONE;
309 if (targetAction != DnDConstants.ACTION_NONE) {
313 dragDropFinished(false, DnDConstants.ACTION_NONE, xRoot, yRoot);
330 sourceActions = DnDConstants.ACTION_NONE;
331 sourceAction = DnDConstants.ACTION_NONE;
345 targetAction = DnDConstants.ACTION_NONE;
433 targetAction = DnDConstants.ACTION_NONE;
472 if (targetAction != DnDConstants.ACTION_NONE) {
[all...]
H A DXDnDConstants.java80 return DnDConstants.ACTION_NONE;
H A DXDnDDropTargetProtocol.java54 private int sourceActions = DnDConstants.ACTION_NONE;
57 private int userAction = DnDConstants.ACTION_NONE;
426 int actions = DnDConstants.ACTION_NONE;
580 int java_action = DnDConstants.ACTION_NONE;
643 DnDConstants.ACTION_NONE, xclient,
796 action = DnDConstants.ACTION_NONE;
809 if (action != DnDConstants.ACTION_NONE) {
953 DnDConstants.ACTION_NONE, null,
972 sourceActions = DnDConstants.ACTION_NONE;
975 userAction = DnDConstants.ACTION_NONE;
[all...]
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE;
530 DnDConstants.ACTION_NONE, java_actions,
673 DnDConstants.ACTION_NONE, java_actions,
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ?
1020 DnDConstants.ACTION_NONE, sourceActions,
1039 sourceActions = DnDConstants.ACTION_NONE;
1042 userAction = DnDConstants.ACTION_NONE;
H A DMotifDnDDragSourceProtocol.java113 int action = DnDConstants.ACTION_NONE;
160 action = DnDConstants.ACTION_NONE;
H A DXDnDDragSourceProtocol.java144 int action = DnDConstants.ACTION_NONE;
H A DMotifDnDConstants.java604 int javaActions = DnDConstants.ACTION_NONE;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCMouseDragGestureRecognizer.java65 this(ds, c, DnDConstants.ACTION_NONE);
80 // return DnDConstants.ACTION_NONE;
95 if (mapDragOperationFromModifiers(e) != DnDConstants.ACTION_NONE) {
115 if (dragAction == DnDConstants.ACTION_NONE) {
126 if (dop == DnDConstants.ACTION_NONE) {
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java336 currentDA = DnDConstants.ACTION_NONE;
341 currentDA = DnDConstants.ACTION_NONE;
342 currentSA = DnDConstants.ACTION_NONE;
343 currentA = DnDConstants.ACTION_NONE;
358 postDropTargetEvent(component, 0, 0, DnDConstants.ACTION_NONE,
359 DnDConstants.ACTION_NONE, null, nativeCtxt,
405 currentA = DnDConstants.ACTION_NONE;
406 currentSA = DnDConstants.ACTION_NONE;
407 currentDA = DnDConstants.ACTION_NONE;
478 currentDA = DnDConstants.ACTION_NONE;
[all...]
H A DSunDragSourceContextPeer.java394 int dropAction = DnDConstants.ACTION_NONE;
400 * return the selected operation or ACTION_NONE if the selected
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDSource.java149 DnDConstants.ACTION_NONE
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDSource.java149 DnDConstants.ACTION_NONE
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDSource.java187 DnDConstants.ACTION_NONE
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java93 public static final int NONE = DnDConstants.ACTION_NONE;

Completed in 92 milliseconds