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 Choice |
roisModeChoice |
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 ij.gui.GenericDialog |
constructDialog() |
void |
focusGained(FocusEvent e)
Handles information pane updates when component focus changes.
|
void |
focusLost(FocusEvent e) |
protected boolean |
harvestResults(ij.gui.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() |
private void |
rebuildDialog(ij.gui.GenericDialog gd)
Fancies up the importer dialog to look much nicer.
|
private void |
verifyOptions(Object src)
Ensures that the options dialog has no mutually exclusive options.
|
private com.jgoodies.forms.layout.CellConstraints |
xyw(com.jgoodies.forms.layout.CellConstraints cc,
int x,
int y,
int w)
Convenience method for creating a left-aligned,
vertically centered cell constraints object.
|
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 Choice roisModeChoice
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 ij.gui.GenericDialog constructDialog()
constructDialog
in class ImporterDialog
protected boolean harvestResults(ij.gui.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
private void rebuildDialog(ij.gui.GenericDialog gd)
private com.jgoodies.forms.layout.CellConstraints xyw(com.jgoodies.forms.layout.CellConstraints cc, int x, int y, int w)
private void verifyOptions(Object src)
Copyright © 2017 Open Microscopy Environment