Uses of Interface
org.graffiti.editor.dialog.ParameterDialog
| Package | Description |
|---|---|
| org.graffiti.editor.dialog | |
| org.graffiti.plugin.algorithm |
-
Uses of ParameterDialog in org.graffiti.editor.dialog
Classes in org.graffiti.editor.dialog that implement ParameterDialog Modifier and Type Class Description classAbstractParameterDialogAbstractParameterDialogprovides an abstract implementation of theParamterDialogfor editing name-value pairs.classDefaultParameterDialogThe default implementation of a parameter dialog. -
Uses of ParameterDialog in org.graffiti.plugin.algorithm
Methods in org.graffiti.plugin.algorithm that return ParameterDialog Modifier and Type Method Description ParameterDialogAbstractEditorAlgorithm. getParameterDialog(Selection s)ParameterDialogEditorAlgorithm. getParameterDialog(Selection sel)Returns a customParameterDialogif the algorithm wants to provide one.