Package main.Pages
Class StudentProjectView
java.lang.Object
main.Pages.Page
main.Pages.StudentProjectView
StudentProjectView is a subclass of Page that allows student to view all projects
- Since:
- 13-4-2023
-
Constructor Summary
ConstructorsConstructorDescriptionStudentProjectView
(Page previousPage, Student student) Constructor for this class -
Method Summary
Methods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
StudentProjectView
Constructor for this class- Parameters:
previousPage
- the previous pagestudent
- the current student object
-
-
Method Details
-
executable
Main executable for this page- Specified by:
executable
in classPage
- Returns:
- next page
StudentMain
-