Uses of Class
ij.gui.GenericDialog
Packages that use GenericDialog
-
Uses of GenericDialog in ij.gui
Subclasses of GenericDialog in ij.guiModifier and TypeClassDescriptionclassThis is an extension of GenericDialog that is non-modal.Fields in ij.gui declared as GenericDialogMethods in ij.gui that return GenericDialogModifier and TypeMethodDescriptionstatic GenericDialogGenericDialog.getInstance()static GenericDialogObsolete, replaced by GUI.newNonBlockingDialog(String).static GenericDialogObsolete, replaced by GUI.newNonBlockingDialog(String,ImagePlus).static GenericDialogGUI.newNonBlockingDialog(String title) Returns a new NonBlockingGenericDialog with the given title, except when Java is running in headless mode, in which case a GenericDialog is be returned.static GenericDialogGUI.newNonBlockingDialog(String title, ImagePlus imp) Returns a new NonBlockingGenericDialog with the given title if Prefs.nonBlockingFilterDialogs is 'true' and 'imp' is displayed, otherwise returns a GenericDialog.Methods in ij.gui with parameters of type GenericDialogModifier and TypeMethodDescriptionbooleanDialogListener.dialogItemChanged(GenericDialog gd, AWTEvent e) This method is invoked by a Generic Dialog if any of the inputs have changed (CANCEL does not trigger it; OK and running the dialog from a macro only trigger the first DialogListener added to a GenericDialog).booleanPlotContentsDialog.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanPlotDialog.dialogItemChanged(GenericDialog gd, AWTEvent e) This method is called when the user changes something in the dialog.booleanRoiDefaultsDialog.dialogItemChanged(GenericDialog gd, AWTEvent e) -
Uses of GenericDialog in ij.measure
Methods in ij.measure with parameters of type GenericDialogModifier and TypeMethodDescriptionbooleanResultsTableMacros.dialogItemChanged(GenericDialog gd, AWTEvent e) -
Uses of GenericDialog in ij.plugin
Methods in ij.plugin that return GenericDialogModifier and TypeMethodDescriptionprotected GenericDialogZProjector.buildControlDialog(int start, int stop) Builds dialog to query users for projection parameters.Methods in ij.plugin with parameters of type GenericDialogModifier and TypeMethodDescriptionbooleanAppearanceOptions.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanArrowToolOptions.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanCircularRoiMaker.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanCoordinates.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanGrid.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanHyperStackReducer.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanOverlayLabels.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanPointToolOptions.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanRectToolOptions.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanRGBStackConverter.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanRoiEnlarger.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanSpecifyROI.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanText.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanWandToolOptions.dialogItemChanged(GenericDialog gd, AWTEvent e) -
Uses of GenericDialog in ij.plugin.filter
Methods in ij.plugin.filter with parameters of type GenericDialogModifier and TypeMethodDescriptionbooleanBackgroundSubtracter.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanBinary.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanConvolver.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanGaussianBlur.dialogItemChanged(GenericDialog gd, AWTEvent e) Listener to modifications of the input fields of the dialogbooleanImageMath.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanMaximumFinder.dialogItemChanged(GenericDialog gd, AWTEvent e) Read the parameters (during preview or after showing the dialog)booleanPlugInFilterRunner.dialogItemChanged(GenericDialog gd, AWTEvent e) The listener to any change in the dialog.booleanRankFilters.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanRotator.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanStackLabeler.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanTranslator.dialogItemChanged(GenericDialog gd, AWTEvent e) booleanUnsharpMask.dialogItemChanged(GenericDialog gd, AWTEvent e) voidPlugInFilterRunner.setDialog(GenericDialog gd)