Class App

java.lang.Object
javafx.application.Application
NTNU.IDATT1002.App

public class App
extends javafx.application.Application
  • Nested Class Summary

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

    javafx.application.Application.Parameters
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static DataExchange ex  

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors 
    Constructor Description
    App()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    static void setRoot​(java.lang.String fxml)  
    void start​(javafx.stage.Stage stage)  
    void stop()
    Shut down GeoApiContext on application stop to gracefully close the connection.

    Methods inherited from class javafx.application.Application

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

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • App

      public App()
  • Method Details

    • start

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

      public void stop()
      Shut down GeoApiContext on application stop to gracefully close the connection.
      Overrides:
      stop in class javafx.application.Application
    • setRoot

      public static void setRoot​(java.lang.String fxml) throws java.io.IOException
      Throws:
      java.io.IOException
    • main

      public static void main​(java.lang.String[] args)