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

public static class ExceptionLoader.ExceptionLayout extends DraggableLayout
  • Constructor Details

    • ExceptionLayout

      public ExceptionLayout()
  • Method Details

    • getParent

      public javafx.scene.Parent getParent()
    • loadExceptionDetails

      public void loadExceptionDetails(Exception exception)
      Populates the exception layout with the details from the given exception
    • setDraggable

      public void setDraggable(javafx.stage.Stage exceptionStage)
      Specified by:
      setDraggable in class DraggableLayout