JHotDraw 7.5.1

Package org.jhotdraw.gui.datatransfer

Provides general purpose clipboard support classes leveraging the java.awt.datatransfer package and the javax.jnlp package.

See:
          Description

Class Summary
AbstractClipboard AbstractClipboard is a wrapper for the system clipboard which can be either the Java AWT Clipboard, the javax.jnlp.AbstractClipboard or native JNI code.
AbstractTransferable Base class for transferable objects.
AWTClipboard AWTClipboard acts as a proxy to an AWT Clipboard object.
ClipboardUtil ClipboardUtil provides utility methods for the Java Clipboard API.
CompositeTransferable  
ImageTransferable A Transferable with an Image as its transfer class.
InputStreamTransferable A Transferable with an InputStream as its transfer class.
JNLPClipboard JNLPClipboard acts as a proxy to a JNLP ClipboardService object.
OSXClipboard OSXClipboard.
 

Package org.jhotdraw.gui.datatransfer Description

Provides general purpose clipboard support classes leveraging the java.awt.datatransfer package and the javax.jnlp package.


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.