org.apache.pivot.wtk
Class RemoteManifest

java.lang.Object
  extended by org.apache.pivot.wtk.RemoteManifest
All Implemented Interfaces:
Manifest

public class RemoteManifest
extends Object
implements Manifest

Manifest class that acts as a proxy to remote clipboard or drag/drop data.


Constructor Summary
RemoteManifest(Transferable transferable)
           
 
Method Summary
 boolean containsFileList()
           
 boolean containsImage()
           
 boolean containsText()
           
 boolean containsValue(String key)
           
 FileList getFileList()
           
 Image getImage()
           
 String getText()
           
 Object getValue(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteManifest

RemoteManifest(Transferable transferable)
Method Detail

getText

public String getText()
               throws IOException
Specified by:
getText in interface Manifest
Throws:
IOException

containsText

public boolean containsText()
Specified by:
containsText in interface Manifest

getImage

public Image getImage()
               throws IOException
Specified by:
getImage in interface Manifest
Throws:
IOException

containsImage

public boolean containsImage()
Specified by:
containsImage in interface Manifest

getFileList

public FileList getFileList()
                     throws IOException
Specified by:
getFileList in interface Manifest
Throws:
IOException

containsFileList

public boolean containsFileList()
Specified by:
containsFileList in interface Manifest

getValue

public Object getValue(String key)
Specified by:
getValue in interface Manifest

containsValue

public boolean containsValue(String key)
Specified by:
containsValue in interface Manifest