public class SimpleController extends java.lang.Object implements StageEvent
| Modifier and Type | Field and Description |
|---|---|
protected FXStageController |
controller |
protected javafx.stage.Stage |
stage |
| Constructor and Description |
|---|
SimpleController() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(java.lang.Object model) |
void |
stageClosing(javafx.stage.WindowEvent event,
javafx.stage.Stage stage,
FXStageController controller) |
void |
stageShowing(javafx.stage.WindowEvent event,
javafx.stage.Stage stage,
FXStageController controller) |
protected FXStageController controller
protected javafx.stage.Stage stage
public void stageClosing(javafx.stage.WindowEvent event,
javafx.stage.Stage stage,
FXStageController controller)
stageClosing in interface StageEventpublic void stageShowing(javafx.stage.WindowEvent event,
javafx.stage.Stage stage,
FXStageController controller)
stageShowing in interface StageEventpublic void init(java.lang.Object model)