Uses of Enum
org.aesh.readline.editing.Variable
Packages that use Variable
-
Uses of Variable in org.aesh.readline.editing
Subclasses with type arguments of type Variable in org.aesh.readline.editingMethods in org.aesh.readline.editing that return VariableModifier and TypeMethodDescriptionstatic VariableVariable.findVariable(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) EditModeBuilder.addVariable(Variable variable, String value) voidEmacs.addVariable(Variable variable, String value) voidVi.addVariable(Variable variable, String value) VariableValues.getValuesByVariable(Variable variable) EditModeBuilder.getVariableValue(Variable variable) EditMode.variableValue(Variable variable) Emacs.variableValue(Variable variable) Vi.variableValue(Variable variable)