Package main.Pages
package main.Pages
-
ClassesClassDescriptionPage for Coordinator to view all projectsPage for Coordinator to edit title of a projectPage for Coordinator's main menuPage for Coordinator to view own projectPage for Coordinator to all request's historyPage for Coordinator to request to transfer studentPage for Coordinator to view all requestsPage for Supervisor to create projectsExit the current page to return to the previous pageAbstract class for pages.A Page to set password of userPage for Supervisor to loginPage for Supervisor's main menuPage for student's loginStudentMain is a subclass of Page that allows student to interact with the FYP systemStudentMyProject is a subclass of Page that allows student to view their projectStudentProjectRegister is a subclass of Page that allows student to register projectsStudentProjectView is a subclass of Page that allows student to view all projectsStudentRequestDeregister is a subclass of Page that allows student to deregister their projectStudentRequestHistory is a subclass of Page that allows student to view their request historyStudentRequestTitleChange is a subclass of Page that allows supervisor to transfer studentSupervisorDeregister is a subclass of Page that allows supervisor to deregister projectSupervisorEditTitle is a subclass of Page that allows supervisor to edit title of projectssupervisorProjectView is a subclass of Page that allows supervisor to view their projectSupervisorRequestHistory is a subclass of Page that allows supervisor to view request historySupervisorTransferStudent is a subclass of Page that allows supervisor to transfer studentsupervisorViewRequest is a subclass of Page that allows supervisor to view requestWelcome page