Uses of Class
ij.gui.GenericDialog
-
Packages that use GenericDialog Package Description ij.gui 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-model.Methods in ij.gui with parameters of type GenericDialog Modifier and Type Method Description booleanDialogListener. dialogItemChanged(GenericDialog gd, java.awt.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). -
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.Methods in ij.plugin with parameters of type GenericDialog Modifier and Type Method Description booleanAppearanceOptions. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanArrowToolOptions. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanCircularRoiMaker. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanGrid. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanHyperStackReducer. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanOverlayLabels. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanPointToolOptions. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanRectToolOptions. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanRGBStackConverter. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanSpecifyROI. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanText. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanWandToolOptions. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e) -
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, java.awt.AWTEvent e)booleanBinary. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanConvolver. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanGaussianBlur. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)Listener to modifications of the input fields of the dialogbooleanImageMath. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanMaximumFinder. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)Read the parameters (during preview or after showing the dialog)booleanPlugInFilterRunner. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)The listener to any change in the dialog.booleanRankFilters. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanRotator. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanStackLabeler. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanTranslator. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)booleanUnsharpMask. dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)voidPlugInFilterRunner. setDialog(GenericDialog gd)
-