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: btnStopRunningScenarios [JButton]
---
---
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]
---
Store a reference to the main window as "owner" parameter for dialogs.
Field: controlPanel [JPanel]
---
Field: btnRunSelectedScenario [JButton]
---
---
Field: btnResumeNormalSpeed [JButton]
---
Field: btnNextSimulationStep [JButton]
---
The model of the ProjectView
Field: projectSpecificActions [Action>]
---