Uses of Class
org.jline.builtins.Less.Operation
-
Packages that use Less.Operation Package Description org.jline.builtins -
-
Uses of Less.Operation in org.jline.builtins
Fields in org.jline.builtins with type parameters of type Less.Operation Modifier and Type Field Description protected KeyMap<Less.Operation>
Less. keys
protected java.util.Map<java.lang.String,Less.Operation>
Less. options
Methods in org.jline.builtins that return Less.Operation Modifier and Type Method Description static Less.Operation
Less.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Less.Operation[]
Less.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.builtins with parameters of type Less.Operation Modifier and Type Method Description int
Less.LineEditor. editBuffer(Less.Operation op, int curPos)
Method parameters in org.jline.builtins with type arguments of type Less.Operation Modifier and Type Method Description private void
Less. bindKeys(KeyMap<Less.Operation> map)
-