Package MySTARS
Class AdminMainView
java.lang.Object
MySTARS.View
MySTARS.AdminMainView
public final class AdminMainView extends View
The main menu for the Student side of the Application.
- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav
-
Constructor Summary
Constructors Constructor Description AdminMainView()
-
Method Summary
Modifier and Type Method Description private void
changeEntryTiming()
Changes MySTARS access start and end dates and times.private void
changePassword()
Changes the Password for theDatabase.CURRENT_USER
.void
print()
Prints menu options for the User to select from.
-
Constructor Details
-
AdminMainView
public AdminMainView()
-
-
Method Details
-
print
public void print()Prints menu options for the User to select from. Required method fromView
. -
changeEntryTiming
private void changeEntryTiming()Changes MySTARS access start and end dates and times. -
changePassword
private void changePassword()Changes the Password for theDatabase.CURRENT_USER
.
-