Class SimulationScreen.RunningSimCell

All Implemented Interfaces:
Cullable, Layout, SimLogListener
Enclosing class:
SimulationScreen

public static final class SimulationScreen.RunningSimCell extends Table implements SimLogListener
  • 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

    • update

      public void update()
    • onLog

      public void onLog(byte level, String message)
      Specified by:
      onLog in interface SimLogListener