Uses of Interface
ij.gui.DialogListener
-
Packages that use DialogListener Package Description ij.gui ij.measure ij.plugin ij.plugin.filter -
-
Uses of DialogListener in ij.gui
Classes in ij.gui that implement DialogListener Modifier and Type Class Description classPlotContentsDialogThis class implements the Plot Window's Data>"Add from Plot", "Add form Table", "Add Fit" and "More>Contents Style" dialogsclassPlotDialogclassRoiDefaultsDialogThis plugin implements the Edit/Options/Roi Defaults command.Methods in ij.gui with parameters of type DialogListener Modifier and Type Method Description voidGenericDialog. addDialogListener(DialogListener dl)Add an Object implementing the DialogListener interface. -
Uses of DialogListener in ij.measure
Classes in ij.measure that implement DialogListener Modifier and Type Class Description classResultsTableMacrosThis class implements the Apply Macro command in tables. -
Uses of DialogListener in ij.plugin
Classes in ij.plugin that implement DialogListener Modifier and Type Class Description classAppearanceOptionsThis plugin implements the Edit/Options/Appearance command.classArrowToolOptionsThis plugin implements the Edit/Options/Arrow Tool command.classCircularRoiMakerThis class implements the Process/FFT/Make Circular Selection command.classCoordinatesThe plugin implements the Image/Adjust/Coordinates command.classGridThis class implements the Analyze/Tools/Grid command.classHyperStackReducerImplements the Image/HyperStacks/Reduce Dimensionality command.classOverlayLabelsThis plugin implements the Image/Overlay/Labels command.classPointToolOptionsThis plugin implements the Edit/Options/Point Tool command.classRectToolOptionsThis plugin implements the rounded rectangle tool dialog box.classRGBStackConverterConverts a 2 or 3 slice stack, or a hyperstack, to RGB.classRoiEnlargerThis plugin, which enlarges or shrinks selections, implements the Edit/Selection/Enlarge command.classSpecifyROIThis plugin implements the Edit/Selection/Specify command.classTextThis plugin implements the Edit/Options/Fonts command and the dialog displayed when you double click on the text tool.classWandToolOptionsThis plugin implements the Edit/Options/Wand Tool command. -
Uses of DialogListener in ij.plugin.filter
Classes in ij.plugin.filter that implement DialogListener Modifier and Type Class Description classBackgroundSubtracterImplements ImageJ's Subtract Background command.classBinaryImplements the Erode, Dilate, Open, Close, Outline, Skeletonize and Fill Holes commands in the Process/Binary submenu.classConvolverThis plugin convolves images using user user defined kernels.classGaussianBlurThis plug-in filter uses convolution with a Gaussian function for smoothing.classImageMathThis plugin implements ImageJ's Process/Math submenu.classMaximumFinderThis ImageJ plug-in filter finds the maxima (or minima) of an image.classPlugInFilterRunnerclassRankFiltersThis plugin implements the Mean, Minimum, Maximum, Variance, Median, Remove Outliers, Remove NaNs and Despeckle commands.classRotatorThis plugin implements the Image/Rotate/Arbitrarily command.classStackLabelerThis plugin implements the Image/Stacks/Label command.classTranslatorThis plugin implements the Image/Translate command.classUnsharpMaskThis plugin-filter implements ImageJ's Unsharp Mask command.
-