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 |
LocalManifest
public LocalManifest()
getText
public String getText()
- Specified by:
getText
in interface Manifest
putText
public void putText(String textArgument)
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 imageArgument)
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 fileListArgument)
containsFileList
public boolean containsFileList()
- Specified by:
containsFileList
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