public class StepsFrameController
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STEPS_DIR
All FXML files describing the steps live here.
|
| Constructor and Description |
|---|
StepsFrameController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onNextStepBtnClick(javafx.event.ActionEvent event) |
protected void |
onPrevStepBtnClick(javafx.event.ActionEvent event) |
protected void |
onStepBtnClick(javafx.event.ActionEvent event) |
void |
showFirstStep() |
public static final java.lang.String STEPS_DIR
public void showFirstStep()
protected void onNextStepBtnClick(javafx.event.ActionEvent event)
protected void onPrevStepBtnClick(javafx.event.ActionEvent event)
protected void onStepBtnClick(javafx.event.ActionEvent event)