public class Step
extends java.lang.Object
The step is described using a FXML file.
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(StepListener listener) |
static Step |
create(java.lang.String fxmlFile,
int stepNr,
Step prev) |
javafx.scene.Node |
getNode() |
int |
getNr() |
java.lang.String |
getPathToFxml() |
boolean |
isFirst() |
boolean |
isLast() |
Step |
next() |
Step |
prev() |
void |
setNext(Step next) |
public void addListener(StepListener listener)
public javafx.scene.Node getNode()
throws java.io.IOException
Node. Loaded lazily.java.io.IOException - thrown when the loading of the FXML that describes the step
failed. Presumably because getPathToFxml() returned
the wrong pathpublic int getNr()
public java.lang.String getPathToFxml()
public boolean isFirst()
public boolean isLast()
public Step next()
public Step prev()
public void setNext(Step next)