| sun.awt.X11.XDragSourceContextPeer
XDragSourceContextPeer | final public class XDragSourceContextPeer extends SunDragSourceContextPeer implements XDragSourceProtocolListener(Code) | | The XDragSourceContextPeer class is the class responsible for handling
the interaction between the XDnD/Motif DnD subsystem and Java drag sources.
since: 1.5 |
Method Summary | |
public void | cleanup(long time) The caller must own awtLock. | static XDragSourceContextPeer | createDragSourceContextPeer(DragGestureEvent dge) | public long | getProxyModeSourceWindow() | static XDragSourceProtocolListener | getXDragSourceProtocolListener() | public void | handleDragFinished() | public void | handleDragFinished(boolean success) | public void | handleDragFinished(boolean success, int action) | public void | handleDragFinished(boolean success, int action, int x, int y) | public void | handleDragReply(int action) | public void | handleDragReply(int action, int x, int y) | public void | handleDragReply(int action, int x, int y, int modifiers) | protected boolean | needsBogusExitBeforeDrop() | static boolean | processEvent(XEvent ev) | public void | setCursor(Cursor c) | protected void | setNativeCursor(long nativeCtxt, Cursor c, int cType) | public static void | setProxyModeSourceWindow(long window) | protected void | startDrag(Transferable transferable, long[] formats, Map formatMap) |
cleanup | public void cleanup(long time)(Code) | | The caller must own awtLock.
|
getProxyModeSourceWindow | public long getProxyModeSourceWindow()(Code) | | |
handleDragFinished | public void handleDragFinished()(Code) | | |
handleDragFinished | public void handleDragFinished(boolean success)(Code) | | |
handleDragFinished | public void handleDragFinished(boolean success, int action)(Code) | | |
handleDragFinished | public void handleDragFinished(boolean success, int action, int x, int y)(Code) | | |
handleDragReply | public void handleDragReply(int action)(Code) | | |
handleDragReply | public void handleDragReply(int action, int x, int y)(Code) | | |
handleDragReply | public void handleDragReply(int action, int x, int y, int modifiers)(Code) | | |
needsBogusExitBeforeDrop | protected boolean needsBogusExitBeforeDrop()(Code) | | |
processEvent | static boolean processEvent(XEvent ev)(Code) | | |
setNativeCursor | protected void setNativeCursor(long nativeCtxt, Cursor c, int cType)(Code) | | |
setProxyModeSourceWindow | public static void setProxyModeSourceWindow(long window)(Code) | | |
|
|