Package loci.plugins.in
Class LocationDialog
java.lang.Object
loci.plugins.prefs.OptionsDialog
loci.plugins.in.ImporterDialog
loci.plugins.in.LocationDialog
Bio-Formats Importer location chooser dialog box.
-
Field Summary
Fields inherited from class loci.plugins.in.ImporterDialog
options, processFields inherited from class loci.plugins.prefs.OptionsDialog
IS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK -
Constructor Summary
ConstructorsConstructorDescriptionLocationDialog(ImportProcess process) Creates a location chooser dialog for the Bio-Formats Importer. -
Method Summary
Modifier and TypeMethodDescriptionprotected ij.gui.GenericDialogprotected booleanharvestResults(ij.gui.GenericDialog gd) protected booleanMethods inherited from class loci.plugins.in.ImporterDialog
displayDialog, showDialogMethods inherited from class loci.plugins.prefs.OptionsDialog
addCheckbox, addChoice, sleep
-
Constructor Details
-
LocationDialog
Creates a location chooser dialog for the Bio-Formats Importer.
-
-
Method Details
-
needPrompt
protected boolean needPrompt()- Specified by:
needPromptin classImporterDialog
-
constructDialog
protected ij.gui.GenericDialog constructDialog()- Specified by:
constructDialogin classImporterDialog
-
harvestResults
protected boolean harvestResults(ij.gui.GenericDialog gd) - Specified by:
harvestResultsin classImporterDialog
-