Class | Description |
---|---|
UserController |
Represents the Controller for the Bottom Level Agent user
This agent is for editing/adding User Entries
|
UserModel |
Represents the Model for the user agent
In this class all necessary data is saved
|
UserView |
Represents the View of the user Agent
Loads the belonging fxml and initialize the view and all other elements
Handles the Events and redirect them to the controller.
|