Module fr.myny.gui
Package fr.myny.gui

Class SceneController

java.lang.Object
fr.myny.gui.SceneController

public class SceneController
extends java.lang.Object
Classe permettant le changement de scène ou de l'affichage de la popup
  • Constructor Summary

    Constructors
    Constructor Description
    SceneController()  
  • Method Summary

    Modifier and Type Method Description
    private void showPopUp()
    Permet l'affichage de la PopUp
    private void switchToScene1()
    Permet l'affichage de la scène 1
    private void switchToScene2()
    Permet l'affichage de la scène 2
    private void switchToScene3()
    Permet l'affichage de la scène 3
    private void switchToScene4()
    Permet l'affichage de la scène 4

    Methods inherited from class java.lang.Object

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

    • SceneController

      public SceneController()
  • Method Details

    • switchToScene1

      private void switchToScene1() throws java.io.IOException
      Permet l'affichage de la scène 1
      Throws:
      java.io.IOException
    • switchToScene2

      private void switchToScene2() throws java.io.IOException
      Permet l'affichage de la scène 2
      Throws:
      java.io.IOException
    • switchToScene3

      private void switchToScene3() throws java.io.IOException
      Permet l'affichage de la scène 3
      Throws:
      java.io.IOException
    • switchToScene4

      private void switchToScene4() throws java.io.IOException
      Permet l'affichage de la scène 4
      Throws:
      java.io.IOException
    • showPopUp

      private void showPopUp() throws java.io.IOException
      Permet l'affichage de la PopUp
      Throws:
      java.io.IOException