Package no.ntnu.idatt1002.demo
Interface UpdateableScene
- All Known Implementing Classes:
CookBook,CookingMode,Inventory,Plan,Settings,ShoppingList
public interface UpdateableScene
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.VBoxMethod for creating the scene.voidMethod for updating the scene.
-
Method Details
-
updateScene
void updateScene()Method for updating the scene. -
createScene
javafx.scene.layout.VBox createScene()Method for creating the scene.- Returns:
- The scene
-