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: projectSpecificActions [Action>]
---
---
---
Field: scenarioTable [VTable]
---
Field: btnRunAllScenarios [JButton]
---
Field: logger [Logger]
---
Field: btnStopRunningScenarios [JButton]
---
Field: serialVersionUID [long]
Static variables
Field: mntmRecentProjects [JMenu]
---
The model of the ProjectView
Field: outputTable [VTable]
---
Field: n_repetitions [int]
---
Field: btnPauseRunningScenarios [JButton]
---
Field: scenariosRunning [boolean]
---
Field: mainSplitPanel [JSplitPane]
---
Field: btnNextSimulationStep [JButton]
---
Store a reference to the main window as "owner" parameter for dialogs.
Field: btnResumeNormalSpeed [JButton]
---
---
Field: btnRunSelectedScenario [JButton]
---