Class WindowHelper

java.lang.Object
com.sun.javafx.stage.WindowHelper

public final class WindowHelper extends Object
Used to access internal window methods.
  • Method Details

    • notifyLocationChanged

      public static void notifyLocationChanged(Window window, double x, double y)
    • notifySizeChanged

      public static void notifySizeChanged(Window window, double width, double height)
    • setWindowAccessor

      public static void setWindowAccessor(WindowHelper.WindowAccessor newAccessor)
    • getWindowAccessor

      public static WindowHelper.WindowAccessor getWindowAccessor()