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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragAndDropProtocols.java42 public static final String XDnD = "XDnD"; field in class:XDragAndDropProtocols
H A DXDnDDragSourceProtocol.java40 * XDragSourceProtocol implementation for XDnD protocol.
64 return XDragAndDropProtocols.XDnD;
146 /* Ignore XDnD messages from all other windows. */
152 /* This feature is new in XDnD version 2, but we can use it as XDnD
163 /* Ignore XDnD messages from all other windows. */
H A DXDropTargetRegistry.java271 * XDnD. If we forcibly set XdndAware on the browser toplevel, any drag
272 * source that supports both protocols and prefers XDnD will be unable
274 * The solution for this problem is not to register XDnD drop site
344 * XDnD. If we forcibly set XdndAware on the browser toplevel, any drag
345 * source that supports both protocols and prefers XDnD will be unable
347 * The solution for this problem is not to register XDnD drop site
606 // If the client has an associated XDnD drop site, add a drop target
611 XDragAndDropProtocols.getDragSourceProtocol(XDragAndDropProtocols.XDnD);
H A DXDnDDropTargetProtocol.java41 * XDropTargetProtocol implementation for XDnD protocol.
80 return XDragAndDropProtocols.XDnD;
137 /* XdndProxy is not supported for prior to XDnD version 4 */
206 /* The proxy window must have the XdndAware set, as XDnD protocol
309 * Gets and stores in the registry the embedder's XDnD drop site info
338 /* XdndProxy is not supported for prior to XDnD version 4 */
447 /* XDnD compliance only requires supporting version 3 and up. */
461 /* Prior to XDnD version 2 only COPY action was supported. */
482 * According to XDnD protocol, XdndActionList is optional.
584 /* Ignore XDnD message
[all...]

Completed in 39 milliseconds