Class 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.
    • Method Detail

      • getText

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

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

        public FileList getFileList()
                             throws java.io.IOException
        Specified by:
        getFileList in interface Manifest
        Throws:
        java.io.IOException
      • 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