public final class StageManager
extends java.lang.Object
Scene.| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.Node |
getById(java.lang.String id)
Gets a
Node by its ID in the scene. |
static javafx.stage.Stage |
getStage() |
static void |
setStage(javafx.stage.Stage s) |
public static javafx.scene.Node getById(java.lang.String id)
Node by its ID in the scene.id - the node's id without leading #idpublic static javafx.stage.Stage getStage()
public static void setStage(javafx.stage.Stage s)