Interface UpdateableScene

All Known Implementing Classes:
CookBook, CookingMode, Inventory, Plan, Settings, ShoppingList

public interface UpdateableScene
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    javafx.scene.layout.VBox
    Method for creating the scene.
    void
    Method for updating the scene.
  • Method Details Link icon

    • updateScene Link icon

      void updateScene()
      Method for updating the scene.
    • createScene Link icon

      javafx.scene.layout.VBox createScene()
      Method for creating the scene.
      Returns:
      The scene