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

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragSourceEvent.java138 public DragSourceContext getDragSourceContext() { method in class:DragSourceEvent
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java124 sourceActions = getDragSourceContext().getSourceActions();
128 Transferable transferable = getDragSourceContext().getTransferable();
233 protected DragSourceContext getDragSourceContext() { method in class:SunDragSourceContextPeer
261 new DragSourceDragEvent(getDragSourceContext(),
309 new DragSourceEvent(getDragSourceContext(), x, y);
338 new DragSourceDropEvent(getDragSourceContext(),
471 SunDragSourceContextPeer.this.getDragSourceContext();

Completed in 32 milliseconds