public class SeriesDialog extends ImporterDialog implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
private java.awt.Checkbox[] |
boxes |
static int |
MAX_COMPONENTS |
static int |
MAX_SERIES_THUMBS |
static int |
MAX_SERIES_TOGGLES |
private java.awt.Panel[] |
p |
private BufferedImageReader |
thumbReader |
options, process
IS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK
Constructor and Description |
---|
SeriesDialog(ImportProcess process)
Creates a series chooser dialog for the Bio-Formats Importer.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected ij.gui.GenericDialog |
constructDialog() |
protected boolean |
displayDialog(ij.gui.GenericDialog gd)
Displays the dialog, or grabs values from macro options.
|
protected boolean |
harvestResults(ij.gui.GenericDialog gd) |
protected boolean |
needPrompt() |
private void |
rebuildDialog(ij.gui.GenericDialog gd,
int buttonRow) |
private void |
updateIfGlitched() |
showDialog
addCheckbox, addChoice, sleep
public static final int MAX_COMPONENTS
public static final int MAX_SERIES_THUMBS
public static final int MAX_SERIES_TOGGLES
private BufferedImageReader thumbReader
private java.awt.Panel[] p
private java.awt.Checkbox[] boxes
public SeriesDialog(ImportProcess process)
protected boolean needPrompt()
needPrompt
in class ImporterDialog
protected ij.gui.GenericDialog constructDialog()
constructDialog
in class ImporterDialog
protected boolean displayDialog(ij.gui.GenericDialog gd)
ImporterDialog
displayDialog
in class ImporterDialog
protected boolean harvestResults(ij.gui.GenericDialog gd)
harvestResults
in class ImporterDialog
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
private void updateIfGlitched()
private void rebuildDialog(ij.gui.GenericDialog gd, int buttonRow)
Copyright © 2021 Open Microscopy Environment