ProjectView

Main view of the Vadere GUI.


Field: mainSplitPanel [JSplitPane]

---


Field: n_repetitions [int]

---


Field: outputTable [VTable]

---


Field: serialVersionUID [long]

Static variables


Field: scenarioTable [VTable]

---


Field: btnRunRepeatedlyScenario [JButton]

---


Field: progressPanel [ProgressPanel]

---


Field: scenarioJPanel [ScenarioPanel]

---


Field: btnStopRunningScenarios [JButton]

---


Field: projectRunResultDialog [ProjectRunResultDialog]

---


Field: btnRunAllScenarios [JButton]

---


Field: scenariosRunning [boolean]

---


Field: contentPane [JPanel]

GUI elements (part of the view) of the ProjectView TODO [priority=medium] [task=refactoring] do the actions have to be stored in member variables or could it be better to store them locally where they are needed? Some are used in different methods, maybe only store these as members?


Field: btnPauseRunningScenarios [JButton]

---


Field: mntmRecentProjects [JMenu]

---


Field: logger [Logger]

---


Field: mainWindow [ProjectView]

Store a reference to the main window as "owner" parameter for dialogs.


Field: controlPanel [JPanel]

---


Field: btnRunSelectedScenario [JButton]

---


Field: scenarioNamePanel [ScenarioNamePanel]

---


Field: btnResumeNormalSpeed [JButton]

---


Field: btnNextSimulationStep [JButton]

---


Field: model [ProjectViewModel]

The model of the ProjectView


Field: projectSpecificActions [Action>]

---