Class SeriesDialog

All Implemented Interfaces:
ActionListener, EventListener

public class SeriesDialog extends ImporterDialog implements ActionListener
Bio-Formats Importer series chooser dialog box.
  • Field Details

  • Constructor Details

    • SeriesDialog

      public SeriesDialog(ImportProcess process)
      Creates a series 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)
      Description copied from class: ImporterDialog
      Displays the dialog, or grabs values from macro options.
      Overrides:
      displayDialog in class ImporterDialog
    • harvestResults

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

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • updateIfGlitched

      private void updateIfGlitched()
    • rebuildDialog

      private void rebuildDialog(ij.gui.GenericDialog gd, int buttonRow)