Package Components

Class AlbumContainer


  • public class AlbumContainer
    extends java.lang.Object
    Class that is used to display albums in the album root
    • Constructor Summary

      Constructors 
      Constructor Description
      AlbumContainer​(Album album)
      Constructor that takes a album object and initializes the album container
    • Method Summary

      Modifier and Type Method Description
      Album getALBUM()  
      javafx.scene.control.Button getAlbumButton()  
      javafx.scene.layout.HBox getAlbumContainerHBox()  
      javafx.scene.control.CheckBox getCheckBox()  
      javafx.scene.control.Button getPhotoButton()  
      private void setupAlbumContainer​(Album album)
      Makes a album container that is a button that contains an album title and a checkbox
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ALBUM

        private final Album ALBUM
      • checkBox

        private javafx.scene.control.CheckBox checkBox
      • albumButton

        private javafx.scene.control.Button albumButton
      • albumContainerHBox

        private javafx.scene.layout.HBox albumContainerHBox
    • Constructor Detail

      • AlbumContainer

        public AlbumContainer​(Album album)
        Constructor that takes a album object and initializes the album container
        Parameters:
        album - a album object
    • Method Detail

      • getALBUM

        public Album getALBUM()
      • getAlbumButton

        public javafx.scene.control.Button getAlbumButton()
      • getAlbumContainerHBox

        public javafx.scene.layout.HBox getAlbumContainerHBox()
      • getCheckBox

        public javafx.scene.control.CheckBox getCheckBox()
      • getPhotoButton

        public javafx.scene.control.Button getPhotoButton()
      • setupAlbumContainer

        private void setupAlbumContainer​(Album album)
        Makes a album container that is a button that contains an album title and a checkbox
        Parameters:
        album - a album object