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, processIS_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, showDialogaddCheckbox, addChoice, sleeppublic 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 ImporterDialogprotected GenericDialog constructDialog()
constructDialog in class ImporterDialogprotected boolean harvestResults(GenericDialog gd)
harvestResults in class ImporterDialogpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerCopyright © 2014 Open Microscopy Environment