Class ControllerUtility

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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • determineStage

      @NotNull public static @NotNull java.util.Optional<javafx.stage.Stage> determineStage​(@NotNull @NotNull javafx.scene.Node element)