Uses of Class
net.morimekta.console.terminal.InputSelection.Reaction
-
Packages that use InputSelection.Reaction Package Description net.morimekta.console.terminal -
-
Uses of InputSelection.Reaction in net.morimekta.console.terminal
Methods in net.morimekta.console.terminal that return InputSelection.Reaction Modifier and Type Method Description InputSelection.Reaction
InputSelection.Action. call(E entry, LinePrinter printer)
Call the command with the given entry.static InputSelection.Reaction
InputSelection.Reaction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InputSelection.Reaction[]
InputSelection.Reaction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-