Class SimulationScreen.RunningSimCell

All Implemented Interfaces:
Cullable, Layout, Simulation.LogListener
Enclosing class:
SimulationScreen

public static final class SimulationScreen.RunningSimCell extends Table implements Simulation.LogListener
  • Field Details

    • simulation

      public Simulation simulation
    • titleLabel

      public Label titleLabel
    • statusLabel

      public Label statusLabel
    • progressLabel

      public Label progressLabel
    • lastLogMessage

      public Label lastLogMessage
    • progressBar

      public Image progressBar
    • startStopButton

      public FancyButton startStopButton
    • sumRunTime

      public double sumRunTime
  • Constructor Details

    • RunningSimCell

      public RunningSimCell(Simulation simulation)
  • Method Details