Uses of Class
ij.gui.GenericDialog
-
Packages that use GenericDialog Package Description ij.gui ij.measure ij.plugin ij.plugin.filter -
-
Uses of GenericDialog in ij.gui
Subclasses of GenericDialog in ij.gui Modifier and Type Class Description classNonBlockingGenericDialogThis is an extension of GenericDialog that is non-modal.Fields in ij.gui declared as GenericDialog Modifier and Type Field Description protected static GenericDialogGenericDialog. instanceMethods in ij.gui that return GenericDialog Modifier and Type Method Description static GenericDialogGenericDialog. getInstance()static GenericDialogNonBlockingGenericDialog. newDialog(String title)Obsolete, replaced by GUI.newNonBlockingDialog(String).static GenericDialogNonBlockingGenericDialog. newDialog(String title, ImagePlus imp)Obsolete, 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 GenericDialog Modifier and Type Method Description booleanDialogListener. 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 GenericDialog Modifier and Type Method Description booleanResultsTableMacros. dialogItemChanged(GenericDialog gd, AWTEvent e) -
Uses of GenericDialog in ij.plugin
Methods in ij.plugin that return GenericDialog Modifier and Type Method Description protected GenericDialogZProjector. buildControlDialog(int start, int stop)Builds dialog to query users for projection parameters. -
Uses of GenericDialog in ij.plugin.filter
Methods in ij.plugin.filter with parameters of type GenericDialog Modifier and Type Method Description booleanBackgroundSubtracter. 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)
-