Interface ISelectionView
- All Known Implementing Classes:
SelectionViewV1,SelectionViewV2,SelectionViewV3
public interface ISelectionView
Interface for SelectionView.
Specifies the methods that the SelectionView should implement.
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.control.ButtonGets the easy button in the SelectionView.javafx.scene.control.ButtonGets the hard button in the SelectionView.javafx.scene.control.ButtonGets the medium button in the SelectionView.javafx.scene.layout.VBoxgetNode()Gets the root node of the SelectionView.
-
Method Details
-
getEasyButton
javafx.scene.control.Button getEasyButton()Gets the easy button in the SelectionView.- Returns:
- The easy button.
-
getMediumButton
javafx.scene.control.Button getMediumButton()Gets the medium button in the SelectionView.- Returns:
- The medium button.
-
getHardButton
javafx.scene.control.Button getHardButton()Gets the hard button in the SelectionView.- Returns:
- The hard button.
-
getNode
javafx.scene.layout.VBox getNode()Gets the root node of the SelectionView.- Returns:
- The VBox root node.
-