Class BinaryDataSupport

  • All Implemented Interfaces:
    com.im.df.api.util.ReferencedContentProvider

    public class BinaryDataSupport
    extends java.lang.Object
    implements com.im.df.api.util.ReferencedContentProvider
    • Field Detail

      • DELETE_VALUE_ACTION

        public static java.lang.String DELETE_VALUE_ACTION
    • Constructor Detail

      • BinaryDataSupport

        public BinaryDataSupport()
    • Method Detail

      • createFileChooser

        public static BinaryDataSupport.FileChooser createFileChooser​(javax.swing.filechooser.FileFilter fileFilter,
                                                                      javax.swing.JComponent accessory)
      • getReferencedContent

        public java.lang.Object getReferencedContent​(java.lang.String url)
        Specified by:
        getReferencedContent in interface com.im.df.api.util.ReferencedContentProvider
      • setContentProvider

        public void setContentProvider​(com.im.df.api.util.ReferencedContentProvider contentProvider)
        Specified by:
        setContentProvider in interface com.im.df.api.util.ReferencedContentProvider
      • fetchURLResource

        public static java.io.ByteArrayOutputStream fetchURLResource​(java.lang.String urif)