public abstract class ImporterDialog extends OptionsDialog
Modifier and Type | Field and Description |
---|---|
protected ImporterOptions |
options |
protected ImportProcess |
process |
IS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK
Constructor and Description |
---|
ImporterDialog(ImportProcess process) |
Modifier and Type | Method and Description |
---|---|
protected abstract ij.gui.GenericDialog |
constructDialog() |
protected boolean |
displayDialog(ij.gui.GenericDialog gd)
Displays the dialog, or grabs values from macro options.
|
protected abstract boolean |
harvestResults(ij.gui.GenericDialog gd) |
protected abstract boolean |
needPrompt() |
int |
showDialog()
Displays the options dialog, returning the status of the operation.
|
addCheckbox, addChoice, sleep
protected ImportProcess process
protected ImporterOptions options
public ImporterDialog(ImportProcess process)
protected abstract boolean needPrompt()
protected abstract ij.gui.GenericDialog constructDialog()
protected boolean displayDialog(ij.gui.GenericDialog gd)
protected abstract boolean harvestResults(ij.gui.GenericDialog gd)
public int showDialog()
OptionsDialog
showDialog
in class OptionsDialog
Copyright © 2016 Open Microscopy Environment