Package loci.plugins.in
Class MainDialog
java.lang.Object
loci.plugins.prefs.OptionsDialog
loci.plugins.in.ImporterDialog
loci.plugins.in.MainDialog
- All Implemented Interfaces:
FocusListener,ItemListener,MouseListener,EventListener
public class MainDialog
extends ImporterDialog
implements FocusListener, ItemListener, MouseListener
Bio-Formats Importer general options dialog box.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Checkboxprotected Choiceprotected Checkboxprotected Checkboxprotected Checkboxstatic final StringInitial message to display in help text box.protected JEditorPaneprotected Checkboxprotected Choiceprotected Checkboxprotected Checkboxprotected Checkboxprotected Checkboxprotected Checkboxprotected Checkboxprotected Checkboxprotected Choiceprotected Choiceprotected Checkboxprotected Checkboxprotected Checkboxprotected CheckboxFields inherited from class loci.plugins.in.ImporterDialog
options, processFields inherited from class loci.plugins.prefs.OptionsDialog
IS_GLITCHED, optionsList, STATUS_CANCELED, STATUS_FINISHED, STATUS_OK -
Constructor Summary
ConstructorsConstructorDescriptionMainDialog(ImportProcess process) Creates a general options dialog for the Bio-Formats Importer. -
Method Summary
Modifier and TypeMethodDescriptionprotected ij.gui.GenericDialogvoidHandles information pane updates when component focus changes.voidprotected booleanharvestResults(ij.gui.GenericDialog gd) voidHandles toggling of mutually exclusive options.voidvoidFocuses the component upon mouseover.voidvoidvoidprotected booleanprivate voidrebuildDialog(ij.gui.GenericDialog gd) Fancies up the importer dialog to look much nicer.private voidverifyOptions(Object src) Ensures that the options dialog has no mutually exclusive options.private com.jgoodies.forms.layout.CellConstraintsxyw(com.jgoodies.forms.layout.CellConstraints cc, int x, int y, int w) Convenience method for creating a left-aligned, vertically centered cell constraints object.Methods inherited from class loci.plugins.in.ImporterDialog
displayDialog, showDialogMethods inherited from class loci.plugins.prefs.OptionsDialog
addCheckbox, addChoice, sleep
-
Field Details
-
INFO_DEFAULT
Initial message to display in help text box.- See Also:
-
autoscaleBox
-
colorModeChoice
-
concatenateBox
-
cropBox
-
groupFilesBox
-
ungroupFilesBox
-
openAllSeriesBox
-
showMetadataBox
-
showOMEXMLBox
-
showROIsBox
-
roisModeChoice
-
specifyRangesBox
-
splitZBox
-
splitTBox
-
splitCBox
-
stackFormatChoice
-
stackOrderChoice
-
swapDimsBox
-
virtualBox
-
stitchTilesBox
-
infoTable
-
infoPane
-
-
Constructor Details
-
MainDialog
Creates a general options dialog for the Bio-Formats Importer.
-
-
Method Details
-
needPrompt
protected boolean needPrompt()- Specified by:
needPromptin classImporterDialog
-
constructDialog
protected ij.gui.GenericDialog constructDialog()- Specified by:
constructDialogin classImporterDialog
-
harvestResults
protected boolean harvestResults(ij.gui.GenericDialog gd) - Specified by:
harvestResultsin classImporterDialog
-
focusGained
Handles information pane updates when component focus changes.- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-
itemStateChanged
Handles toggling of mutually exclusive options.- Specified by:
itemStateChangedin interfaceItemListener
-
mouseEntered
Focuses the component upon mouseover.- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
rebuildDialog
private void rebuildDialog(ij.gui.GenericDialog gd) Fancies up the importer dialog to look much nicer. -
xyw
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. -
verifyOptions
Ensures that the options dialog has no mutually exclusive options.
-