Uses of Class
com.jaxfront.core.clipboard.CopyTypeWrapper

Packages that use CopyTypeWrapper
com.jaxfront.core.ui   
 

Uses of CopyTypeWrapper in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return CopyTypeWrapper
 CopyTypeWrapper ClipBoard.getCopyTypeWrapper()
           
 

Methods in com.jaxfront.core.ui with parameters of type CopyTypeWrapper
 boolean ClipBoard.canPasteInTypeHirachie(CopyTypeWrapper wrapper, Type type)
           
 void ClipBoard.doPaste(CopyTypeWrapper wrapper, Type type, boolean releaseVisualizer)
           
 boolean ClipBoard.paste(CopyTypeWrapper wrapper, Type type, NLS nls, boolean bruteforce, boolean releaseVisualizers)
          Paste the content of a type to another type.
 void ClipBoard.pasteNLS(CopyTypeWrapper wrapper, Type targetType, NLS nls)
           
 

Constructors in com.jaxfront.core.ui with parameters of type CopyTypeWrapper
CopyTypeSelection(CopyTypeWrapper data)
          Creates a Transferable capable of transferring the specified String.