Uses of Class
ij.gui.GenericDialog
Packages that use GenericDialog
-
Uses of GenericDialog in ij.gui
Subclasses of GenericDialog in ij.guiModifier and TypeClassDescriptionclass
This is an extension of GenericDialog that is non-model.Methods in ij.gui with parameters of type GenericDialogModifier and TypeMethodDescriptionboolean
DialogListener.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). -
Uses of GenericDialog in ij.plugin
Methods in ij.plugin that return GenericDialogModifier and TypeMethodDescriptionprotected GenericDialog
ZProjector.buildControlDialog
(int start, int stop) Builds dialog to query users for projection parameters.Methods in ij.plugin with parameters of type GenericDialogModifier and TypeMethodDescriptionboolean
AppearanceOptions.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
ArrowToolOptions.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
CircularRoiMaker.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
Grid.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
HyperStackReducer.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
OverlayLabels.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
PointToolOptions.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
RectToolOptions.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
RGBStackConverter.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
SpecifyROI.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
Text.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
WandToolOptions.dialogItemChanged
(GenericDialog gd, AWTEvent e) -
Uses of GenericDialog in ij.plugin.filter
Methods in ij.plugin.filter with parameters of type GenericDialogModifier and TypeMethodDescriptionboolean
BackgroundSubtracter.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
Binary.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
Convolver.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
GaussianBlur.dialogItemChanged
(GenericDialog gd, AWTEvent e) Listener to modifications of the input fields of the dialogboolean
ImageMath.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
MaximumFinder.dialogItemChanged
(GenericDialog gd, AWTEvent e) Read the parameters (during preview or after showing the dialog)boolean
PlugInFilterRunner.dialogItemChanged
(GenericDialog gd, AWTEvent e) The listener to any change in the dialog.boolean
RankFilters.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
Rotator.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
StackLabeler.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
Translator.dialogItemChanged
(GenericDialog gd, AWTEvent e) boolean
UnsharpMask.dialogItemChanged
(GenericDialog gd, AWTEvent e) void
PlugInFilterRunner.setDialog
(GenericDialog gd)