Uses of Enum
org.aesh.readline.editing.Variable
Packages that use Variable
-
Uses of Variable in org.aesh.readline.editing
Methods in org.aesh.readline.editing that return VariableModifier and TypeMethodDescriptionstatic VariableVariable.findVariable(String value) Finds a Variable by its inputrc string value.static VariableReturns the enum constant of this type with the specified name.static Variable[]Variable.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.readline.editing with parameters of type VariableModifier and TypeMethodDescriptionvoidEditMode.addVariable(Variable variable, String value) Add a variable with its value.EditModeBuilder.addVariable(Variable variable, String value) Adds a variable with its value to the builder.voidEmacs.addVariable(Variable variable, String value) voidVi.addVariable(Variable variable, String value) VariableValues.getValuesByVariable(Variable variable) Get the allowed values for a given variable.EditModeBuilder.getVariableValue(Variable variable) Gets the value of a variable.EditMode.variableValue(Variable variable) Get the value of a variable.Emacs.variableValue(Variable variable) Vi.variableValue(Variable variable)