Class HomePageController

  • All Implemented Interfaces:
    javafx.fxml.Initializable

    public class HomePageController
    extends java.lang.Object
    implements javafx.fxml.Initializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void addImage​(javafx.event.ActionEvent event)
      This method handles what happens when the view gallery button is pressed.
      void initialize​(java.net.URL url, java.util.ResourceBundle resourceBundle)  
      private void viewGallery​(javafx.event.ActionEvent event)
      This method handles what happens when the view gallery button is pressed.
      • Methods inherited from class java.lang.Object

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

      • logger

        org.slf4j.Logger logger
    • Constructor Detail

      • HomePageController

        public HomePageController()
    • Method Detail

      • initialize

        public void initialize​(java.net.URL url,
                               java.util.ResourceBundle resourceBundle)
        Specified by:
        initialize in interface javafx.fxml.Initializable
      • viewGallery

        private void viewGallery​(javafx.event.ActionEvent event)
        This method handles what happens when the view gallery button is pressed. The button sets a new scene by using the MetIma_GalleryPage.fxml file.
      • addImage

        private void addImage​(javafx.event.ActionEvent event)
        This method handles what happens when the view gallery button is pressed. The button sets a new scene by using the MetIma_AddImagePage.fxml file.