Class AbstractOverlay

    • Field Detail

      • fxmlPath

        public final java.lang.String fxmlPath
      • pane

        protected javafx.scene.layout.Pane pane
    • Constructor Detail

      • AbstractOverlay

        protected AbstractOverlay​(java.lang.String fxmlPath,
                                  JavaFXApplication application)
    • Method Detail

      • init

        public final void init()
                        throws java.io.IOException,
                               java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • hide

        protected final void hide​(double delay,
                                  AbstractScene scene,
                                  javafx.event.EventHandler<javafx.event.ActionEvent> onFinished)
      • doInit

        protected abstract void doInit()
      • reset

        public abstract void reset()
      • errorHandle

        public abstract void errorHandle​(java.lang.Throwable e)
      • getPane

        public javafx.scene.layout.Pane getPane()