Uses of Class
ij.gui.GenericDialog

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

Uses of GenericDialog in ij.gui
 

Subclasses of GenericDialog in ij.gui
 class NonBlockingGenericDialog
          This is an xtension of GenericDialog that is non-model.
 

Methods in ij.gui with parameters of type GenericDialog
 boolean DialogListener.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
protected  GenericDialog ZProjector.buildControlDialog(int start, int stop)
          Builds dialog to query users for projection parameters.
 

Methods in ij.plugin with parameters of type GenericDialog
 boolean SpecifyROI.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean RGBStackConverter.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean HyperStackReducer.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean ArrowToolOptions.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 

Uses of GenericDialog in ij.plugin.filter
 

Methods in ij.plugin.filter with parameters of type GenericDialog
 boolean UnsharpMask.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean Translator.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean StackLabeler.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean Rotator.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean RankFilters.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean PlugInFilterRunner.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
          The listener to any change in the dialog.
 boolean MaximumFinder.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
          Read the parameters (during preview or after showing the dialog)
 boolean ImageMath.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean GaussianBlur.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
          Listener to modifications of the input fields of the dialog
 boolean Convolver.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean Binary.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 boolean BackgroundSubtracter.dialogItemChanged(GenericDialog gd, java.awt.AWTEvent e)
           
 void PlugInFilterRunner.setDialog(GenericDialog gd)