Uses of Class
com.ntu.fdae.group1.bto.views.BaseUI
Packages that use BaseUI
-
Uses of BaseUI in com.ntu.fdae.group1.bto.views
Subclasses of BaseUI in com.ntu.fdae.group1.bto.viewsModifier and TypeClassDescriptionclass
User interface for Applicant users in the BTO Management System.class
User interface for HDB Manager users in the BTO Management System.class
User interface for HDB Officer users in the BTO Management System.class
LoginUI class for handling the login process in the BTO Management System.class
MainMenuUI class for handling the main menu of the BTO Management System.Constructors in com.ntu.fdae.group1.bto.views with parameters of type BaseUIModifierConstructorDescriptionAccountUIHelper
(BaseUI baseUI, AuthenticationController authController) Constructs a new AccountUIHelper with the specified dependencies.ApplicationUIHelper
(BaseUI baseUI, ApplicationController appCtrl, ProjectController projCtrl, UserController userCtrl) Constructs a new ApplicationUIHelper with the specified dependencies.BookingUIHelper
(BaseUI baseUI, UserController userController) Constructs a new BookingUIHelper with the specified dependencies.EnquiryUIHelper
(BaseUI baseUI, UserController userController, ProjectController projectController) Constructs a new EnquiryUIHelper with the required UI and controllers.OfficerRegUIHelper
(BaseUI baseUI, ProjectController projectController, UserController userController) Constructs a new OfficerRegUIHelper with the specified dependencies.ProjectUIHelper
(BaseUI baseUI, UserController userCtrl, ProjectController projCtrl) Constructs a new ProjectUIHelper with necessary UI and controllers.