Searched defs:sourceAction (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDnDDragSourceProtocol.java279 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
308 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
357 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DMotifDnDDragSourceProtocol.java238 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
279 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
348 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DXDragSourceProtocol.java167 public abstract void sendEnterMessage(long[] formats, int sourceAction, argument
170 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
177 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
181 initiateDrop(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DXDragSourceContextPeer.java80 private int sourceAction = DnDConstants.ACTION_NONE; field in class:XDragSourceContextPeer

Completed in 227 milliseconds