Package gruppe2.imagingapplication.gui
Class HomePageController
- java.lang.Object
-
- gruppe2.imagingapplication.gui.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
-
Constructor Summary
Constructors Constructor Description HomePageController()
-
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.
-
-
-
Method Detail
-
initialize
public void initialize(java.net.URL url, java.util.ResourceBundle resourceBundle)
- Specified by:
initialize
in interfacejavafx.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.
-
-