Index
All Classes and Interfaces|All Packages
M
- main(String[]) - Static method in class trial.gaurav.customer.CustomerApp
-
The main method, which is the entry point of the customer management application.
- Menu - Class in trial.gaurav.menu
-
The `Menu` class provides functionality to display a menu and interact with the user's choices.
- Menu() - Constructor for class trial.gaurav.menu.Menu
-
Constructs a new `Menu` object with an empty list of menu items and a new `Scanner` for user input.
- MenuItem - Class in trial.gaurav.menu
-
The `MenuItem` class represents an item in the menu with a unique choice number, a name, and an associated action.
- MenuItem(int, String, Action) - Constructor for class trial.gaurav.menu.MenuItem
-
Constructs a new `MenuItem` object with the given choice, name, and action.
- menuItems - Variable in class trial.gaurav.menu.Menu
All Classes and Interfaces|All Packages