Package src.view
Class DatabaseView
View class for handling all UI related to
Database- Version:
- 1.0
- Author:
- Lee Juin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMain content of the UIvoidStandard 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:
appContentin classMainView
-