Package src.view
Class DatabaseView
View class for handling all UI related to
Database
- Version:
- 1.0
- Author:
- Lee Juin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Main content of the UIvoid
Standard function to print the menu for user to choose the next actionMethods inherited from class MainView
printBoilerPlate, printMenuContent
-
Constructor Details
-
DatabaseView
public DatabaseView()Constructor
-
-
Method Details
-
printMenu
public void printMenu()Standard function to print the menu for user to choose the next action -
appContent
public void appContent()Main content of the UI- Specified by:
appContent
in classMainView
-