Uses of Class
commandLineMenus.Option
-
-
Uses of Option in commandLineMenus
Subclasses of Option in commandLineMenus Modifier and Type Class Description classList<T>Menu dynamically populated with a list of items.classMenuMenu printed on the terminal (if you don't override the layout) Thetitleis displayed on the top of the menu, followed by an options list.Methods in commandLineMenus that return Option Modifier and Type Method Description OptionMenu.CollisionException. getNewOption()OptionMenu.CollisionException. getOldOption()OptionListOption. getOption(T item)Returns the option binded to an item of the list.OptionMenu.ShortcutMissingException. getOption()Methods in commandLineMenus that return types with arguments of type Option Modifier and Type Method Description java.util.Collection<Option>Menu. getOptions()Returns the options of this menu.Methods in commandLineMenus with parameters of type Option Modifier and Type Method Description voidList. add(Option option)Do never call add() if this is a list, it is forbidden to manually add an option in a List.voidMenu. add(Option option)Adds an option in the current menu.
-