Package main.Pages

Class CoordMyProject

java.lang.Object
main.Pages.Page
main.Pages.CoordMyProject

public class CoordMyProject extends Page
Page for Coordinator to view own project
Since:
2023-4-13
  • Constructor Details

    • CoordMyProject

      public CoordMyProject(Page previousPage, Coordinator coordinator)
      Base constructor for this page
      Parameters:
      previousPage - the previous page
      coordinator - the current user
  • Method Details

    • executable

      public Page executable()
      Main executable for this page Please see the Page class for abstract method
      Specified by:
      executable in class Page
      Returns:
      another page CoordinatorMain