Module polimi.ingsw.am21.codex
Class ExceptionLoader.ExceptionLayout
java.lang.Object
polimi.ingsw.am21.codex.view.GUI.utils.DraggableLayout
polimi.ingsw.am21.codex.view.GUI.utils.ExceptionLoader.ExceptionLayout
- Enclosing class:
ExceptionLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Parent
void
loadExceptionDetails
(Exception exception) Populates the exception layout with the details from the given exceptionvoid
setDraggable
(javafx.stage.Stage exceptionStage) Methods inherited from class polimi.ingsw.am21.codex.view.GUI.utils.DraggableLayout
setDraggable
-
Constructor Details
-
ExceptionLayout
public ExceptionLayout()
-
-
Method Details
-
getParent
public javafx.scene.Parent getParent() -
loadExceptionDetails
Populates the exception layout with the details from the given exception -
setDraggable
public void setDraggable(javafx.stage.Stage exceptionStage) - Specified by:
setDraggable
in classDraggableLayout
-