pivot.wtk
Class RemoteManifest

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

public class RemoteManifest
extends java.lang.Object
implements Manifest

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

Author:
gbrown

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

Method Detail

getText

public java.lang.String getText()
                         throws java.io.IOException
Specified by:
getText in interface Manifest
Throws:
java.io.IOException

containsText

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

getImage

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

containsImage

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

getFileList

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

containsFileList

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

getURL

public java.net.URL getURL()
                    throws java.io.IOException
Specified by:
getURL in interface Manifest
Throws:
java.io.IOException

containsURL

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

getValue

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

containsValue

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