Searched refs:dragCursor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragGestureEvent.java219 * @param dragCursor The initial {@code Cursor} for this drag operation
235 public void startDrag(Cursor dragCursor, Transferable transferable) argument
237 dragSource.startDrag(this, dragCursor, transferable, null);
245 * @param dragCursor The initial {@code Cursor} for this drag operation
261 public void startDrag(Cursor dragCursor, Transferable transferable, DragSourceListener dsl) throws InvalidDnDOperationException { argument
262 dragSource.startDrag(this, dragCursor, transferable, dsl);
272 * @param dragCursor The initial {@code Cursor} for this drag operation
290 public void startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl) throws InvalidDnDOperationException { argument
291 dragSource.startDrag(this, dragCursor, dragImage, imageOffset, transferable, dsl);
H A DDragSource.java275 * @param dragCursor the initial {@code Cursor} for this drag operation
294 Cursor dragCursor,
310 dragCursor,
338 * @param dragCursor the initial {@code Cursor} for this drag operation
354 Cursor dragCursor,
358 startDrag(trigger, dragCursor, null, null, transferable, dsl, flavorMap);
373 * @param dragCursor the initial {@code Cursor} for this drag operation
391 Cursor dragCursor,
396 startDrag(trigger, dragCursor, dragImage, dragOffset, transferable, dsl, null);
408 * @param dragCursor th
293 startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl, FlavorMap flavorMap) argument
353 startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable transferable, DragSourceListener dsl, FlavorMap flavorMap) argument
390 startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point dragOffset, Transferable transferable, DragSourceListener dsl) argument
422 startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable transferable, DragSourceListener dsl) argument
476 createDragSourceContext(DragSourceContextPeer dscp, DragGestureEvent dgl, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable t, DragSourceListener dsl) argument
[all...]
H A DDragSourceContext.java159 * @param dragCursor the initial {@code Cursor} for this drag operation
182 DragGestureEvent trigger, Cursor dragCursor,
220 cursor = dragCursor;
226 useCustomCursor = (dragCursor != null);
181 DragSourceContext(DragSourceContextPeer dscp, DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point offset, Transferable t, DragSourceListener dsl) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java687 private int dragCursor; field in class:MetalRootPaneUI.MouseInputHandler
754 dragCursor = getCursor(calculateCorner(
760 if (dragCursor != 0 && window != null && !window.isValid()) {
767 dragCursor = 0;
834 else if (dragCursor != 0) {
839 switch (dragCursor) {

Completed in 243 milliseconds