Interface IWelcomeView
- All Known Implementing Classes:
WelComeViewV1,WelcomeViewV2,WelcomeViewV3
public interface IWelcomeView
Interface for WelcomeView.
Specifies the methods that the WelcomeView should implement.
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodegetNode()Gets the root node of the WelcomeView.javafx.scene.control.ButtonGets the start button in the WelcomeView.
-
Method Details
-
getStartButton
javafx.scene.control.Button getStartButton()Gets the start button in the WelcomeView.- Returns:
- The start button.
-
getNode
javafx.scene.Node getNode()Gets the root node of the WelcomeView.- Returns:
- The root node.
-