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 |
---|---|
static GenericDialog |
GenericDialog.getInstance() |
Modifier and Type | Method and Description |
---|---|
boolean |
PlotContentsStyleDialog.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
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).
|
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 |
UnsharpMask.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
StackLabeler.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
MaximumFinder.dialogItemChanged(GenericDialog gd,
AWTEvent e)
Read the parameters (during preview or after showing the dialog)
|
boolean |
RankFilters.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
Translator.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
Rotator.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
PlugInFilterRunner.dialogItemChanged(GenericDialog gd,
AWTEvent e)
The listener to any change in the dialog.
|
boolean |
BackgroundSubtracter.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
GaussianBlur.dialogItemChanged(GenericDialog gd,
AWTEvent e)
Listener to modifications of the input fields of the dialog
|
boolean |
Convolver.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
Binary.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
boolean |
ImageMath.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
void |
PlugInFilterRunner.setDialog(GenericDialog gd) |