T - the class of the parameterpublic interface ParameterRenderer<T extends Parameter>
| Modifier and Type | Method and Description |
|---|---|
void |
render(T parameter,
Pane parent,
Application.ToolReady ready)
Renders the given parameter in the JavaFX GUI.
|
void render(T parameter, Pane parent, Application.ToolReady ready)
parameter - the parameter that is renderedparent - the parent pane that will contain the rendered parameterready - object that checks if all parameters have been specified. Any change to a parameter value should issue the method Application.ToolReady.testReady() to test this condition.