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 class
AbstractParameterDialog
AbstractParameterDialog
provides an abstract implementation of theParamterDialog
for editing name-value pairs.class
DefaultParameterDialog
The 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 ParameterDialog
AbstractEditorAlgorithm. getParameterDialog(Selection s)
ParameterDialog
EditorAlgorithm. getParameterDialog(Selection sel)
Returns a customParameterDialog
if the algorithm wants to provide one.