| Interface | Description |
|---|---|
| ReplayViewModelFactory |
Guice factory interface for
ReplayViewModel |
| SessionReplayFactory |
Factory interface for Guice
|
| SteppingViewModelFactory |
Guice factory interface for
SteppingViewModel |
| Class | Description |
|---|---|
| ADVApplication |
Main class of ADV UI.
|
| GuiceCoreModule |
Guice DI configuration class.
|
| ReplayViewModel |
Handles replay logic for the
SessionView. |
| RootView |
Main UI View
|
| SessionReplay |
TimerTask, responsible for showing replays with a defined timeout
|
| SessionView |
The JavaFX Controller class for session-view.fxml.
|
| SteppingViewModel |
Handles stepping logic for the
SessionView. |
| ViewMapper |
Maps Sessions to their corresponding tab or stage.
|