Class ShoppingListPage

java.lang.Object
edu.ntnu.stud.idatt1005.team3.view.pages.ShoppingListPage

public class ShoppingListPage extends Object
The shopping list page of the application.
  • Constructor Details

  • Method Details

    • getRoot

      public javafx.scene.layout.StackPane getRoot()
      Returns the root node of the shopping list page.
      Returns:
      Returns the root node of the shopping list page.
    • createScene

      public javafx.scene.Scene createScene()
      Creates a scene for the shopping list page.
      Returns:
      The scene for the shopping list page.
    • updateView

      public void updateView()
      Updates the view of the shopping list page.