Class GuiAppJavaFX

  • All Implemented Interfaces:
    GuiApp

    public class GuiAppJavaFX
    extends javafx.application.Application
    implements GuiApp
    • Constructor Detail

      • GuiAppJavaFX

        public GuiAppJavaFX()
    • Method Detail

      • start

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

        public void updateStatus​(boolean isOnline)
        Specified by:
        updateStatus in interface GuiApp
      • showMainWindow

        public void showMainWindow​(javafx.stage.Stage stage,
                                   LinkedList<Movie> movies)
      • showAuthWindow

        public void showAuthWindow​(javafx.stage.Stage stage)
      • showRegistrationWindow

        public void showRegistrationWindow​(javafx.stage.Stage stage)
      • showMovieForm

        public void showMovieForm​(Movie movieToEdit,
                                  javafx.stage.Stage stage,
                                  int level)
      • main

        public static void main​(String[] args)