A B C E F G H I L M N O P Q S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
M
- Menu - Class in commandLineMenus
-
Menu printed on the terminal (if you don't override the layout) The
Option.titleis displayed on the top of the menu, followed by an options list. - Menu(String) - Constructor for class commandLineMenus.Menu
-
Creates a menu.
- Menu(String, String) - Constructor for class commandLineMenus.Menu
-
Creates a menu.
- Menu(String, String, String) - Constructor for class commandLineMenus.Menu
-
Creates a menu.
- Menu.CollisionException - Exception in commandLineMenus
-
Thrown if two options have the same shortcut.
- Menu.ConcurrentExecutionException - Exception in commandLineMenus
-
Thrown if a menu is launched while an other is running.
- Menu.CycleDetectedException - Exception in commandLineMenus
-
Thrown if a menu is an ancestor if himself.
- Menu.EmptyMenuException - Exception in commandLineMenus
-
Thrown if a menu has no option.
- Menu.ShortcutMissingException - Exception in commandLineMenus
-
Thrown if an option has no shortcut.
- MenuRenderer - Interface in commandLineMenus
-
Override it if you want to customize the display of the user dialog.
- menusSeparator() - Method in interface commandLineMenus.MenuRenderer
-
The string to print between two menus.
All Classes All Packages