Uses of Interface
commandLineMenus.Action
-
-
Uses of Action in commandLineMenus
Fields in commandLineMenus declared as Action Modifier and Type Field Description static ActionAction. BACKPredefined action that goes back to the parent menu.static ActionAction. QUITPredefined action that leaves all menus.Methods in commandLineMenus with parameters of type Action Modifier and Type Method Description voidOption. setAction(Action action)Binds an action to the option.Constructors in commandLineMenus with parameters of type Action Constructor Description Option(java.lang.String title, java.lang.String shortcut, Action action)Creates an option.
-