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

/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java64 * The SunDropTargetContextPeer class is the generic class responsible for handling
72 public abstract class SunDropTargetContextPeer implements DropTargetContextPeer, Transferable { class in inherits:DropTargetContextPeer,Transferable
108 private static final PlatformLogger dndLog = PlatformLogger.getLogger("sun.awt.dnd.SunDropTargetContextPeer");
147 public SunDropTargetContextPeer() { method in class:SunDropTargetContextPeer
302 SunDropTargetContextPeer.DISPATCH_SYNC);
361 SunDropTargetContextPeer.DISPATCH_SYNC);
428 SunDropTargetContextPeer.DISPATCH_SYNC);
501 !SunDropTargetContextPeer.DISPATCH_SYNC);
572 if (dispatchType == SunDropTargetContextPeer.DISPATCH_SYNC) {
581 if (dispatchType == SunDropTargetContextPeer
[all...]

Completed in 32 milliseconds