Interface IPrepareView
- All Known Implementing Classes:
PrepareViewV1,PrepareViewV2,PrepareViewV3
public interface IPrepareView
Interface for PrepareView.
Specifies the methods that the PrepareView should implement.
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.VBoxgetNode()Gets the root node of the PrepareView.javafx.scene.control.ButtonGets the start game button in the PrepareView.
-
Method Details
-
getStartGameButton
javafx.scene.control.Button getStartGameButton()Gets the start game button in the PrepareView.- Returns:
- The start game button.
-
getNode
javafx.scene.layout.VBox getNode()Gets the root node of the PrepareView.- Returns:
- The VBox root node.
-