JAI ImageIO plugins for ImageJ - API

net.sf.ij.jaiio
Class JAIFileChooserFactory

java.lang.Object
  extended bynet.sf.ij.jaiio.JAIFileChooserFactory

public class JAIFileChooserFactory
extends java.lang.Object

Factory for creation of JAI IO customized file choosers.

Version:
$Revision: 1.2 $
Author:
Jarek Sacha

Constructor Summary
JAIFileChooserFactory()
           
 
Method Summary
static ImageFileChooser createJAIOpenChooser()
          Creates an image file open chooser with an image preview.
static javax.swing.JFileChooser createJAISaveChooser()
          Creates file save chooser with file filters corresponding to JAI codecs supporting writing (encoders).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAIFileChooserFactory

public JAIFileChooserFactory()
Method Detail

createJAIOpenChooser

public static ImageFileChooser createJAIOpenChooser()
Creates an image file open chooser with an image preview. File filters correspond to registered JAI decoders.

Returns:
Description of the Returned Value

createJAISaveChooser

public static javax.swing.JFileChooser createJAISaveChooser()
Creates file save chooser with file filters corresponding to JAI codecs supporting writing (encoders).

Returns:
Description of the Returned Value

SourceForge.net Logo