com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.ui
Class BinaryDataSupport

java.lang.Object
  extended by com.im.ijc.core.api.ui.BinaryDataSupport
All Implemented Interfaces:
ReferencedContentProvider

public class BinaryDataSupport
extends Object
implements ReferencedContentProvider


Nested Class Summary
static class BinaryDataSupport.FileChooser
           
static class BinaryDataSupport.FileFilter
           
static class BinaryDataSupport.FileURLChooser
           
static class BinaryDataSupport.ImagePreview
           
 
Field Summary
static String DELETE_VALUE_ACTION
           
 
Constructor Summary
BinaryDataSupport()
           
 
Method Summary
static BinaryDataSupport.FileChooser createFileChooser(FileFilter fileFilter)
           
static BinaryDataSupport.FileChooser createFileChooser(FileFilter fileFilter, JComponent accessory)
           
static BinaryDataSupport.FileURLChooser createFileURLChooser(FileFilter fileFilter)
           
static BinaryDataSupport.ImagePreview createImagePreview(JFileChooser fc, boolean showDelete)
           
static ByteArrayOutputStream fetchURLResource(String urif)
           
static void fixFileChooser(JFileChooser chooser)
           
 Object getReferencedContent(String url)
           
 void setContentProvider(ReferencedContentProvider contentProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELETE_VALUE_ACTION

public static String DELETE_VALUE_ACTION
Constructor Detail

BinaryDataSupport

public BinaryDataSupport()
Method Detail

createFileURLChooser

public static BinaryDataSupport.FileURLChooser createFileURLChooser(FileFilter fileFilter)

createFileChooser

public static BinaryDataSupport.FileChooser createFileChooser(FileFilter fileFilter)

createFileChooser

public static BinaryDataSupport.FileChooser createFileChooser(FileFilter fileFilter,
                                                              JComponent accessory)

fixFileChooser

public static void fixFileChooser(JFileChooser chooser)

getReferencedContent

public Object getReferencedContent(String url)
Specified by:
getReferencedContent in interface ReferencedContentProvider

setContentProvider

public void setContentProvider(ReferencedContentProvider contentProvider)
Specified by:
setContentProvider in interface ReferencedContentProvider

fetchURLResource

public static ByteArrayOutputStream fetchURLResource(String urif)

createImagePreview

public static BinaryDataSupport.ImagePreview createImagePreview(JFileChooser fc,
                                                                boolean showDelete)

com.im.ijc.core/1 5.9.4