public abstract class ParameterController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javafx.scene.layout.VBox |
contents |
protected java.lang.String |
name |
Constructor and Description |
---|
ParameterController(java.lang.String name)
Only constructor which sets the parameter name.
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.layout.VBox |
getContents()
Getter for the contents container.
|
java.lang.String |
getName()
Getter for the unique identifier.
|
void |
loadFXMLContents(ParameterController controller,
java.lang.String path)
Loads the FXML file contents for a parameter.
|
protected javafx.scene.layout.VBox contents
protected java.lang.String name
public ParameterController(java.lang.String name)
name
- parameter namepublic javafx.scene.layout.VBox getContents()
public java.lang.String getName()
public void loadFXMLContents(ParameterController controller, java.lang.String path)
controller
- parameter controllerpath
- path for loading the parameter component