Searched refs:TransferableProxy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTargetContext.java291 * Creates a TransferableProxy to proxy for the specified
297 * @return the new <tt>TransferableProxy</tt> instance.
300 return new TransferableProxy(t, local);
307 * <code>TransferableProxy</code> is a helper inner class that implements
317 protected class TransferableProxy implements Transferable { class in class:DropTargetContext
320 * Constructs a <code>TransferableProxy</code> given
330 TransferableProxy(Transferable t, boolean local) { method in class:DropTargetContext.TransferableProxy
331 proxy = new sun.awt.datatransfer.TransferableProxy(t, local);
384 // these variables. Since TransferableProxy is a protected class, only
401 private sun.awt.datatransfer.TransferableProxy prox
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DTransferableProxy.java59 public class TransferableProxy implements Transferable { class in inherits:Transferable
60 public TransferableProxy(Transferable t, boolean local) { method in class:TransferableProxy
H A DSunClipboard.java108 this.contents = new TransferableProxy(contents, true);

Completed in 32 milliseconds