public final class GUITools extends Object
Modifier and Type | Method and Description |
---|---|
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, if one is not already specified.
|
static JFileChooser |
buildFileChooser(IFormatHandler handler)
Constructs a file chooser for the given file format handler.
|
static JFileChooser |
buildFileChooser(IFormatHandler handler,
boolean preview)
Constructs a file chooser for the given file format handler.
|
static FileFilter[] |
buildFileFilters(IFormatHandler handler)
Constructs a list of file filters for the given file format handler.
|
public static FileFilter[] buildFileFilters(IFormatHandler handler)
public static JFileChooser buildFileChooser(IFormatHandler handler)
public static JFileChooser buildFileChooser(IFormatHandler handler, boolean preview)
public static JFileChooser buildFileChooser(FileFilter[] filters)
public static JFileChooser buildFileChooser(FileFilter[] filters, boolean preview)
preview
- If set, chooser has a preview pane showing a
thumbnail and other information for the selected file.Copyright © 2014 Open Microscopy Environment