Class IdDialog


public class IdDialog extends ImporterDialog
Bio-Formats Importer id chooser dialog box.
  • Field Details

    • od

      private ij.io.OpenDialog od
    • name

      private String name
  • Constructor Details

    • IdDialog

      public IdDialog(ImportProcess process)
      Creates an id chooser dialog for the Bio-Formats Importer.
  • Method Details

    • needPrompt

      protected boolean needPrompt()
      Specified by:
      needPrompt in class ImporterDialog
    • constructDialog

      protected ij.gui.GenericDialog constructDialog()
      Specified by:
      constructDialog in class ImporterDialog
    • displayDialog

      protected boolean displayDialog(ij.gui.GenericDialog gd)
      Asks user whether Bio-Formats should automatically check for upgrades, and if so, checks for an upgrade and prompts user to install it.
      Overrides:
      displayDialog in class ImporterDialog
      Returns:
      status of operation
    • harvestResults

      protected boolean harvestResults(ij.gui.GenericDialog gd)
      Specified by:
      harvestResults in class ImporterDialog