Interface IFailView

All Known Implementing Classes:
FailView

public interface IFailView
Interface for FailView. Specifies the methods that the FailView should implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.control.Button
    Gets the back button in the FailView.
    javafx.scene.layout.VBox
    Gets the root node of the FailView.
  • Method Details

    • getNode

      javafx.scene.layout.VBox getNode()
      Gets the root node of the FailView.
      Returns:
      The VBox root node.
    • getBackButton

      javafx.scene.control.Button getBackButton()
      Gets the back button in the FailView.
      Returns:
      The back button.