public class MainDialog extends ImporterDialog implements FocusListener, ItemListener, MouseListener
Modifier and Type | Field and Description |
---|---|
protected Checkbox |
autoscaleBox |
protected Choice |
colorModeChoice |
protected Checkbox |
concatenateBox |
protected Checkbox |
cropBox |
protected Checkbox |
groupFilesBox |
static String |
INFO_DEFAULT
Initial message to display in help text box.
|
protected JEditorPane |
infoPane |
protected Map<Component,String> |
infoTable |
protected Checkbox |
openAllSeriesBox |
protected Checkbox |
showMetadataBox |
protected Checkbox |
showOMEXMLBox |
protected Checkbox |
showROIsBox |
protected Checkbox |
specifyRangesBox |
protected Checkbox |
splitCBox |
protected Checkbox |
splitTBox |
protected Checkbox |
splitZBox |
protected Choice |
stackFormatChoice |
protected Choice |
stackOrderChoice |
protected Checkbox |
stitchTilesBox |
protected Checkbox |
swapDimsBox |
protected Checkbox |
ungroupFilesBox |
protected Checkbox |
virtualBox |
options, process
IS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK
Constructor and Description |
---|
MainDialog(ImportProcess process)
Creates a general options dialog for the Bio-Formats Importer.
|
Modifier and Type | Method and Description |
---|---|
protected GenericDialog |
constructDialog() |
void |
focusGained(FocusEvent e)
Handles information pane updates when component focus changes.
|
void |
focusLost(FocusEvent e) |
protected boolean |
harvestResults(GenericDialog gd) |
void |
itemStateChanged(ItemEvent e)
Handles toggling of mutually exclusive options.
|
void |
mouseClicked(MouseEvent e) |
void |
mouseEntered(MouseEvent e)
Focuses the component upon mouseover.
|
void |
mouseExited(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
protected boolean |
needPrompt() |
displayDialog, showDialog
addCheckbox, addChoice, sleep
public static final String INFO_DEFAULT
protected Checkbox autoscaleBox
protected Choice colorModeChoice
protected Checkbox concatenateBox
protected Checkbox cropBox
protected Checkbox groupFilesBox
protected Checkbox ungroupFilesBox
protected Checkbox openAllSeriesBox
protected Checkbox showMetadataBox
protected Checkbox showOMEXMLBox
protected Checkbox showROIsBox
protected Checkbox specifyRangesBox
protected Checkbox splitZBox
protected Checkbox splitTBox
protected Checkbox splitCBox
protected Choice stackFormatChoice
protected Choice stackOrderChoice
protected Checkbox swapDimsBox
protected Checkbox virtualBox
protected Checkbox stitchTilesBox
protected JEditorPane infoPane
public MainDialog(ImportProcess process)
protected boolean needPrompt()
needPrompt
in class ImporterDialog
protected GenericDialog constructDialog()
constructDialog
in class ImporterDialog
protected boolean harvestResults(GenericDialog gd)
harvestResults
in class ImporterDialog
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
Copyright © 2014 Open Microscopy Environment