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

/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java83 protected Object getNativeData(long format) { method in class:WDropTargetContextPeer
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCDropTargetContextPeer.java68 protected Object getNativeData(long format) { method in class:CDropTargetContextPeer
176 // Notify transfer complete - this is an upcall from getNativeData's native calls:
184 // Notify transfer failed - this is an upcall from getNativeData's native calls:
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDropTargetContextPeer.java137 protected Object getNativeData(long format) method in class:XDropTargetContextPeer
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java266 Object ret = getNativeData(format);
287 protected abstract Object getNativeData(long format) method in class:SunDropTargetContextPeer

Completed in 55 milliseconds