Uses of Enum
org.aesh.readline.editing.EditMode.Mode
Packages that use EditMode.Mode
-
Uses of EditMode.Mode in org.aesh.readline.editing
Methods in org.aesh.readline.editing that return EditMode.ModeModifier and TypeMethodDescriptionEditMode.mode()Get the editing mode type.Emacs.mode()Vi.mode()static EditMode.ModeReturns the enum constant of this type with the specified name.static EditMode.Mode[]EditMode.Mode.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 EditMode.ModeModifier and TypeMethodDescriptionstatic EditModeBuilderEditModeBuilder.builder(EditMode.Mode mode) Creates a new EditModeBuilder instance with the specified editing mode.