com.im.ijc.core.api.ui
Class BinaryDataSupport
java.lang.Object
com.im.ijc.core.api.ui.BinaryDataSupport
- All Implemented Interfaces:
- ReferencedContentProvider
public class BinaryDataSupport
- extends Object
- implements ReferencedContentProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELETE_VALUE_ACTION
public static String DELETE_VALUE_ACTION
BinaryDataSupport
public BinaryDataSupport()
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)