Class | Description |
---|---|
AdminController |
Represents the Controller for the Intermediate Level Agent Admin
This agent is the Main Dialog for the User of the type Admin
It handles all basic action which should be performed
|
AdminModel |
Represents the Model for the Intermediate Level agent Admin
In this class all necessary data is saved
|
AdminView |
Represents the View of the Intermediate level Agent Admin
Loads the belonging fxml and initialize the view and all other elements
Handles the Events and redirect them to the controller.
|