org.apache.pivot.wtk
Class RemoteManifest
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteManifest
RemoteManifest(Transferable transferable)
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