Class GenreController

java.lang.Object
com.paf.jpafboard.GenreController
All Implemented Interfaces:
javafx.fxml.Initializable

public class GenreController extends Object implements javafx.fxml.Initializable
FXML Controller class
Author:
alcheikh
  • Constructor Details

    • GenreController

      public GenreController()
  • Method Details

    • initialize

      public void initialize(URL url, ResourceBundle rb)
      Initializes the controller class.
      Specified by:
      initialize in interface javafx.fxml.Initializable
    • initGenre

      public void initGenre(Genre editedGenre) throws Exception
      Throws:
      Exception
    • saveGenre

      public void saveGenre() throws Exception
      Throws:
      Exception
    • cancelEdition

      public void cancelEdition()