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.Methods in ij.gui that return GenericDialog Modifier and Type Method Description static GenericDialogGenericDialog. getInstance()static GenericDialogNonBlockingGenericDialog. newDialog(String title, ImagePlus imp)Returns a new NonBlockingGenericDialog with given title, unless java is running in headless mode; then a GenericDialog will be returned (headless mode does not support the NonBlockingGenericDialog).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. -
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)
-