Uses of Interface
ij.gui.DialogListener

Packages that use DialogListener
ij.gui   
ij.plugin   
ij.plugin.filter   
 

Uses of DialogListener in ij.gui
 

Methods in ij.gui with parameters of type DialogListener
 void GenericDialog.addDialogListener(DialogListener dl)
          Add an Object implementing the DialogListener interface.
 

Uses of DialogListener in ij.plugin
 

Classes in ij.plugin that implement DialogListener
 class ArrowToolOptions
          This plugin implements the Edit/Options/Arrow Tool command.
 class HyperStackReducer
          Implements the Image/HyperStacks/Reduce Dimensionality command.
 class RGBStackConverter
          Converts a 2 or 3 slice stack, or a hyperstack, to RGB.
 class SpecifyROI
          This plugin implements the Edit/Selection/Specify command.
 

Uses of DialogListener in ij.plugin.filter
 

Classes in ij.plugin.filter that implement DialogListener
 class BackgroundSubtracter
          Implements ImageJ's Subtract Background command.
 class Binary
          Implements the Erode, Dilate, Open, Close, Outline, Skeletonize and Fill Holes commands in the Process/Binary submenu.
 class Convolver
          This plugin convolves images using user user defined kernels.
 class GaussianBlur
          This plug-in filter uses convolution with a Gaussian function for smoothing.
 class ImageMath
          This plugin implements ImageJ's Process/Math submenu.
 class MaximumFinder
          This ImageJ plug-in filter finds the maxima (or minima) of an image.
 class PlugInFilterRunner
           
 class RankFilters
          This plugin implements the Mean, Minimum, Maximum, Variance, Median, Remove Outliers and Despeckle commands.
 class Rotator
          This plugin implements the Image/Rotate/Arbitrarily command.
 class StackLabeler
          This plugin implements the Image/Stacks/Label command.
 class Translator
          This plugin implements the Image/Translate command.
 class UnsharpMask
          This plugin-filter implements ImageJ's Unsharp Mask command.