Class GuiController

java.lang.Object
javafx.application.Application
put.ai.se.jsontools.gui.GuiController
All Implemented Interfaces:
Runnable

public class GuiController extends javafx.application.Application implements Runnable
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.application.Application

    javafx.application.Application.Parameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static javafx.scene.Scene
     
    private static javafx.stage.Stage
     

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    private static javafx.scene.Parent
     
    void
    run()
     
    static void
     
    static void
     
    void
    start(javafx.stage.Stage stage)
     

    Methods inherited from class javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop

    Methods inherited from class java.lang.Object

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

    • stage

      private static javafx.stage.Stage stage
    • scene

      private static javafx.scene.Scene scene
  • Constructor Details

    • GuiController

      public GuiController()
  • Method Details

    • loadFXML

      private static javafx.scene.Parent loadFXML(String fxml) throws IOException
      Throws:
      IOException
    • closeWindow

      public void closeWindow()
    • start

      public void start(javafx.stage.Stage stage) throws IOException
      Specified by:
      start in class javafx.application.Application
      Throws:
      IOException
    • setRoot

      public static void setRoot(String fxml) throws IOException
      Throws:
      IOException
    • setTitle

      public static void setTitle(String title)
    • run

      public void run()
      Specified by:
      run in interface Runnable