Package loci.plugins.in
Class ImporterDialog
java.lang.Object
loci.plugins.prefs.OptionsDialog
loci.plugins.in.ImporterDialog
- Direct Known Subclasses:
ColorDialog,CropDialog,FilePatternDialog,IdDialog,LocationDialog,MainDialog,MemoryDialog,RangeDialog,SeriesDialog,SwapDialog,UpgradeDialog
Abstract superclass of importer dialogs.
-
Field Summary
FieldsFields inherited from class loci.plugins.prefs.OptionsDialog
IS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ij.gui.GenericDialogprotected booleandisplayDialog(ij.gui.GenericDialog gd) Displays the dialog, or grabs values from macro options.protected abstract booleanharvestResults(ij.gui.GenericDialog gd) protected abstract booleanintDisplays the options dialog, returning the status of the operation.Methods inherited from class loci.plugins.prefs.OptionsDialog
addCheckbox, addChoice, sleep
-
Field Details
-
process
-
options
-
-
Constructor Details
-
ImporterDialog
-
-
Method Details
-
needPrompt
protected abstract boolean needPrompt() -
constructDialog
protected abstract ij.gui.GenericDialog constructDialog() -
displayDialog
protected boolean displayDialog(ij.gui.GenericDialog gd) Displays the dialog, or grabs values from macro options. -
harvestResults
protected abstract boolean harvestResults(ij.gui.GenericDialog gd) -
showDialog
public int showDialog()Description copied from class:OptionsDialogDisplays the options dialog, returning the status of the operation.- Specified by:
showDialogin classOptionsDialog
-