ProjectView

Main view of the Vadere GUI.


Field: controlPanel [JPanel]

---


Field: btnRunRepeatedlyScenario [JButton]

---


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: scenarioJPanel [ScenarioPanel]

---


Field: projectSpecificActions [Action>]

---


Field: progressPanel [ProgressPanel]

---


Field: projectRunResultDialog [ProjectRunResultDialog]

---


Field: scenarioTable [VTable]

---


Field: btnRunAllScenarios [JButton]

---


Field: logger [Logger]

---


Field: btnStopRunningScenarios [JButton]

---


Field: serialVersionUID [long]

Static variables


Field: mntmRecentProjects [JMenu]

---


Field: model [ProjectViewModel]

The model of the ProjectView


Field: outputTable [VTable]

---


Field: n_repetitions [int]

---


Field: btnPauseRunningScenarios [JButton]

---


Field: scenariosRunning [boolean]

---


Field: mainSplitPanel [JSplitPane]

---


Field: btnNextSimulationStep [JButton]

---


Field: mainWindow [ProjectView]

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


Field: btnResumeNormalSpeed [JButton]

---


Field: scenarioNamePanel [ScenarioNamePanel]

---


Field: btnRunSelectedScenario [JButton]

---