Record Class PassPort

java.lang.Object
java.lang.Record
passport.application.desktop.system.PassPort
Record Components:
stage - The primary stage of the application.
services - The services provided by the application.
translator - The translator for handling multilingual support.

public record PassPort(javafx.stage.Stage stage, Services services, Translator translator) extends Record
The PassPort class acts as a controller in the MVC architecture. It manages the navigation and interaction between different views and the application's services. The controller is passed to the view (instead of getting the view), allowing the view to invoke controller methods for various actions.