JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Package
trial.gaurav.menu
Packages that use
trial.gaurav.menu
Package
Description
trial.gaurav.customer
trial.gaurav.menu
Classes in
trial.gaurav.menu
used by
trial.gaurav.customer
Class
Description
Action
The `Action` interface is used to define a contract for classes that represent actions in a menu.
Menu
The `Menu` class provides functionality to display a menu and interact with the user's choices.
Classes in
trial.gaurav.menu
used by
trial.gaurav.menu
Class
Description
Action
The `Action` interface is used to define a contract for classes that represent actions in a menu.
MenuItem
The `MenuItem` class represents an item in the menu with a unique choice number, a name, and an associated action.