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 TypeMethodDescriptionjavafx.scene.control.ButtonGets the back button in the FailView.javafx.scene.layout.VBoxgetNode()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.
-