Package | Description |
---|---|
ij.gui | |
ij.plugin | |
ij.plugin.filter |
Modifier and Type | Class and Description |
---|---|
class |
NonBlockingGenericDialog
This is an extension of GenericDialog that is non-model.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
protected GenericDialog |
ZProjector.buildControlDialog(int start,
int stop)
Builds dialog to query users for projection parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AppearanceOptions.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
ArrowToolOptions.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
CircularRoiMaker.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
Grid.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
HyperStackReducer.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
OverlayLabels.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
PointToolOptions.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
RGBStackConverter.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
RectToolOptions.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
SpecifyROI.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
Text.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
WandToolOptions.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
Modifier and Type | Method and Description |
---|---|
boolean |
BackgroundSubtracter.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
Binary.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
Convolver.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 |
ImageMath.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
MaximumFinder.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e)
Read the parameters (during preview or after showing the dialog)
|
boolean |
PlugInFilterRunner.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e)
The listener to any change in the dialog.
|
boolean |
RankFilters.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
Rotator.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
StackLabeler.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
Translator.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
boolean |
UnsharpMask.dialogItemChanged(GenericDialog gd,
java.awt.AWTEvent e) |
void |
PlugInFilterRunner.setDialog(GenericDialog gd) |