Class CreateAlbum

java.lang.Object
NTNU.IDATT1002.controllers.NavBarController
NTNU.IDATT1002.controllers.CreateAlbum
All Implemented Interfaces:
javafx.fxml.Initializable

public class CreateAlbum
extends NavBarController
implements javafx.fxml.Initializable
Controls the buttons and changeable elements on create_album.fxml, a page where you create albums
Version:
1.0 22.03.2020
  • Field Details

  • Constructor Details

  • Method Details

    • initialize

      public void initialize​(java.net.URL url, java.util.ResourceBundle resourceBundle)
      Generates container for all images of current user with a checkbox. These can be added to the album. Add text fields for user to fill
      Specified by:
      initialize in interface javafx.fxml.Initializable
      Parameters:
      url -
      resourceBundle -
    • createAlbum

      public void createAlbum​(javafx.event.ActionEvent actionEvent)
      Method that creates album based on the user input and checked images
      Parameters:
      actionEvent -