Uses of Class
org.jline.builtins.TTop.Operation
-
Packages that use TTop.Operation Package Description org.jline.builtins -
-
Uses of TTop.Operation in org.jline.builtins
Methods in org.jline.builtins that return TTop.Operation Modifier and Type Method Description static TTop.Operation
TTop.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TTop.Operation[]
TTop.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.builtins that return types with arguments of type TTop.Operation Modifier and Type Method Description KeyMap<TTop.Operation>
TTop. getKeys()
-