Searched defs:getSourceActions (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTargetDragEvent.java171 public int getSourceActions() { return actions; } method in class:DropTargetDragEvent
H A DDropTargetDropEvent.java207 public int getSourceActions() { return actions; } method in class:DropTargetDropEvent
H A DDragGestureRecognizer.java279 public synchronized int getSourceActions() { return sourceActions; } method in class:DragGestureRecognizer
H A DDragSourceContext.java201 if (trigger.getSourceAsDragGestureRecognizer().getSourceActions() ==
224 trigger.getSourceAsDragGestureRecognizer().getSourceActions();
228 updateCurrentCursor(trigger.getDragAction(), getSourceActions(), DEFAULT);
266 public int getSourceActions() { method in class:DragSourceContext
363 updateCurrentCursor(getSourceActions(), dsde.getTargetActions(), ENTER);
382 updateCurrentCursor(getSourceActions(), dsde.getTargetActions(), OVER);
420 updateCurrentCursor(getSourceActions(), dsde.getTargetActions(), CHANGED);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java520 ? ((DropTargetDragEvent)source).getSourceActions()
521 : ((DropTargetDropEvent)source).getSourceActions();
728 int srcActions = getSourceActions(comp);
772 * capabilities given by getSourceActions and the requested action;
782 && (getSourceActions(comp) & action) != 0) {
983 public int getSourceActions(JComponent c) { method in class:TransferHandler
1043 * (<code>getSourceActions</code> does not include <code>MOVE</code>).
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java1336 public int getSourceActions(JComponent c) { method in class:BasicFileChooserUI.FileTransferHandler
H A DBasicListUI.java2875 public int getSourceActions(JComponent c) { method in class:BasicListUI.ListTransferHandler
H A DBasicTableUI.java2212 public int getSourceActions(JComponent c) { method in class:BasicTableUI.TableTransferHandler
H A DBasicTextUI.java2372 public int getSourceActions(JComponent c) { method in class:BasicTextUI.TextTransferHandler
H A DBasicTreeUI.java3277 public int getSourceActions(JComponent c) { method in class:BasicTreeUI.TreeTransferHandler
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java4021 public int getSourceActions(JComponent c) { method in class:JTextComponent.DefaultTransferHandler

Completed in 116 milliseconds