Package main.Pages
Class supervisorProjectView
java.lang.Object
main.Pages.Page
main.Pages.supervisorProjectView
supervisorProjectView is a subclass of Page that allows supervisor to view their project
- Since:
- 13-4-2023
-
Constructor Summary
ConstructorsConstructorDescriptionsupervisorProjectView
(Page previouPage, Supervisor staff) Constructor for this page -
Method Summary
Modifier and TypeMethodDescriptionMain executable for supervisorProjectView pageMethods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
supervisorProjectView
Constructor for this page- Parameters:
previouPage
- the previous pagestaff
- the current supervisor object
-
-
Method Details
-
executable
Main executable for supervisorProjectView page- Specified by:
executable
in classPage
- Returns:
- next page
StudentMain
-