Package main.Pages
Class CoordMyProject
java.lang.Object
main.Pages.Page
main.Pages.CoordMyProject
Page for Coordinator to view own project
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionCoordMyProject(Page previousPage, Coordinator coordinator) Base constructor for this page -
Method Summary
Modifier and TypeMethodDescriptionMain executable for this page Please see thePageclass for abstract methodMethods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
CoordMyProject
Base constructor for this page- Parameters:
previousPage- the previous pagecoordinator- the current user
-
-
Method Details
-
executable
Main executable for this page Please see thePageclass for abstract method- Specified by:
executablein classPage- Returns:
- another page
CoordinatorMain
-