|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object loci.formats.gui.GUITools
public final class GUITools
A utility class for working with graphical user interfaces.
Method Summary | |
---|---|
static JFileChooser |
buildFileChooser(FileFilter[] filters)
Builds a file chooser with the given file filters, as well as an "All supported file types" combo filter. |
static JFileChooser |
buildFileChooser(FileFilter[] filters,
boolean preview)
Builds a file chooser with the given file filters, as well as an "All supported file types" combo filter. |
static JFileChooser |
buildFileChooser(loci.formats.IFormatHandler handler)
Constructs a file chooser for the given file format handler. |
static JFileChooser |
buildFileChooser(loci.formats.IFormatHandler handler,
boolean preview)
Constructs a file chooser for the given file format handler. |
static FileFilter[] |
buildFileFilters(loci.formats.IFormatHandler handler)
Constructs a list of file filters for the given file format handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FileFilter[] buildFileFilters(loci.formats.IFormatHandler handler)
public static JFileChooser buildFileChooser(loci.formats.IFormatHandler handler)
public static JFileChooser buildFileChooser(loci.formats.IFormatHandler handler, boolean preview)
public static JFileChooser buildFileChooser(FileFilter[] filters)
public static JFileChooser buildFileChooser(FileFilter[] filters, boolean preview)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |