public class SeriesDialog extends ImporterDialog implements ActionListener
Modifier and Type | Field and Description |
---|---|
static int |
MAX_COMPONENTS |
static int |
MAX_SERIES_THUMBS |
static int |
MAX_SERIES_TOGGLES |
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(ActionEvent e) |
protected GenericDialog |
constructDialog() |
protected boolean |
displayDialog(GenericDialog gd)
Displays the dialog, or grabs values from macro options.
|
protected boolean |
harvestResults(GenericDialog gd) |
protected boolean |
needPrompt() |
showDialog
addCheckbox, addChoice, sleep
public static final int MAX_COMPONENTS
public static final int MAX_SERIES_THUMBS
public static final int MAX_SERIES_TOGGLES
public SeriesDialog(ImportProcess process)
protected boolean needPrompt()
needPrompt
in class ImporterDialog
protected GenericDialog constructDialog()
constructDialog
in class ImporterDialog
protected boolean displayDialog(GenericDialog gd)
ImporterDialog
displayDialog
in class ImporterDialog
protected boolean harvestResults(GenericDialog gd)
harvestResults
in class ImporterDialog
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
Copyright © 2015–2021 Fiji. All rights reserved.