java.lang.Object
bayern.steinbrecher.javaUtility.ControllerUtility
public final class ControllerUtility
extends java.lang.Object
Utility for tasks typically required by JavaFX controller classes.
- Since:
- 0.5
-
Constructor Summary
Constructors Constructor Description ControllerUtility() -
Method Summary
Modifier and Type Method Description static @NotNull java.util.Optional<javafx.stage.Stage>determineStage(@NotNull javafx.scene.Node element)
-
Constructor Details
-
ControllerUtility
public ControllerUtility()
-
-
Method Details
-
determineStage
@NotNull public static @NotNull java.util.Optional<javafx.stage.Stage> determineStage(@NotNull @NotNull javafx.scene.Node element)
-