org.apache.pivot.wtk
Class LocalManifest
java.lang.Object
org.apache.pivot.wtk.LocalManifest
- All Implemented Interfaces:
- Manifest
public class LocalManifest
- extends Object
- implements Manifest
Manifest class that serves as data source for a clipboard or drag/drop
operation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
protected String text
image
protected Image image
fileList
protected FileList fileList
url
protected URL url
values
protected HashMap<String,Object> values
LocalManifest
public LocalManifest()
getText
public String getText()
- Specified by:
getText
in interface Manifest
putText
public void putText(String text)
containsText
public boolean containsText()
- Specified by:
containsText
in interface Manifest
getImage
public Image getImage()
- Specified by:
getImage
in interface Manifest
putImage
public void putImage(Image image)
containsImage
public boolean containsImage()
- Specified by:
containsImage
in interface Manifest
getFileList
public FileList getFileList()
- Specified by:
getFileList
in interface Manifest
putFileList
public void putFileList(FileList fileList)
containsFileList
public boolean containsFileList()
- Specified by:
containsFileList
in interface Manifest
getURL
public URL getURL()
- Specified by:
getURL
in interface Manifest
putURL
public void putURL(URL url)
containsURL
public boolean containsURL()
- Specified by:
containsURL
in interface Manifest
getValue
public Object getValue(String key)
- Specified by:
getValue
in interface Manifest
putValue
public Object putValue(String key,
Object value)
containsValue
public boolean containsValue(String key)
- Specified by:
containsValue
in interface Manifest