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 Type
    Method
    Description
    javafx.scene.control.Button
    Gets the easy button in the SelectionView.
    javafx.scene.control.Button
    Gets the hard button in the SelectionView.
    javafx.scene.control.Button
    Gets the medium button in the SelectionView.
    javafx.scene.layout.VBox
    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.