Package src.view
Class MovieListView
View for movie goer to view the list of movies
- Version:
- 1.0
- Author:
- Yeek Sheng, Jerick
-
Constructor Summary
ConstructorsConstructorDescriptionMovieListView(MovieGoer movieGoer) Creates a new MovieListView with the movieGoer Constructs the list of movies available -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod to take in choice of user to display corresponding details of the movie using MovieDetailsViewvoidMethod to print the boiler plate and calls printMovieListvoidMethod to print out the title of the list of available moviesMethods inherited from class MainView
printBoilerPlate, printMenuContent
-
Constructor Details
-
MovieListView
Creates a new MovieListView with the movieGoer Constructs the list of movies available- Parameters:
movieGoer- movieGoer accessing the viewMovieGoer
-
-
Method Details
-
printMovieList
public void printMovieList()Method to print out the title of the list of available movies -
printMenu
public void printMenu()Method to print the boiler plate and calls printMovieList -
appContent
public void appContent()Method to take in choice of user to display corresponding details of the movie using MovieDetailsView- Specified by:
appContentin classMainView
-