| Package | Description |
|---|---|
| ij.gui | |
| ij.measure | |
| ij.plugin | |
| ij.plugin.filter |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NonBlockingGenericDialog |
This is an extension of GenericDialog that is non-model.
|
| Modifier and Type | Method | Description |
|---|---|---|
static GenericDialog |
GenericDialog.getInstance() |
| Modifier and Type | Method | Description |
|---|---|---|
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).
|
boolean |
PlotContentsStyleDialog.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ResultsTableMacros.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
| Modifier and Type | Method | Description |
|---|---|---|
protected GenericDialog |
ZProjector.buildControlDialog(int start,
int stop) |
Builds dialog to query users for projection parameters.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
BackgroundSubtracter.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
Binary.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
Convolver.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
GaussianBlur.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
Listener to modifications of the input fields of the dialog
|
boolean |
ImageMath.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
MaximumFinder.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
Read the parameters (during preview or after showing the dialog)
|
boolean |
PlugInFilterRunner.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
The listener to any change in the dialog.
|
boolean |
RankFilters.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
Rotator.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
StackLabeler.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
Translator.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
boolean |
UnsharpMask.dialogItemChanged(GenericDialog gd,
AWTEvent e) |
|
void |
PlugInFilterRunner.setDialog(GenericDialog gd) |