public class SwapDialog extends ImporterDialog implements java.awt.event.ItemListener
Modifier and Type | Field and Description |
---|---|
private java.awt.Choice |
cChoice |
private java.awt.Choice |
tChoice |
private java.awt.Choice |
zChoice |
options, process
IS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK
Constructor and Description |
---|
SwapDialog(ImportProcess process)
Creates a dimension swapper dialog for the Bio-Formats Importer.
|
Modifier and Type | Method and Description |
---|---|
protected ij.gui.GenericDialog |
constructDialog() |
private int |
firstAvailable(int... index) |
protected boolean |
harvestResults(ij.gui.GenericDialog gd) |
void |
itemStateChanged(java.awt.event.ItemEvent e) |
protected boolean |
needPrompt() |
displayDialog, showDialog
addCheckbox, addChoice, sleep
private java.awt.Choice zChoice
private java.awt.Choice cChoice
private java.awt.Choice tChoice
public SwapDialog(ImportProcess process)
protected boolean needPrompt()
needPrompt
in class ImporterDialog
protected ij.gui.GenericDialog constructDialog()
constructDialog
in class ImporterDialog
protected boolean harvestResults(ij.gui.GenericDialog gd)
harvestResults
in class ImporterDialog
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
private int firstAvailable(int... index)
Copyright © 2019 Open Microscopy Environment