Uses of Interface
org.jline.prompt.EditorBuilder
Packages that use EditorBuilder
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of EditorBuilder in org.jline.prompt
Methods in org.jline.prompt that return EditorBuilderModifier and TypeMethodDescriptionPromptBuilder.createEditorPrompt()Create a builder for editor prompts.EditorBuilder.enableWrapping(boolean enableWrapping) Set whether to enable text wrapping.EditorBuilder.fileExtension(String fileExtension) Set the file extension for syntax highlighting.EditorBuilder.initialText(String initialText) Set the initial text for the editor.EditorBuilder.showLineNumbers(boolean showLineNumbers) Set whether to show line numbers.Set the title for the editor. -
Uses of EditorBuilder in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement EditorBuilderModifier and TypeClassDescriptionclassDefault implementation of EditorBuilder.Methods in org.jline.prompt.impl that return EditorBuilderModifier and TypeMethodDescriptionDefaultPromptBuilder.createEditorPrompt()DefaultEditorBuilder.enableWrapping(boolean enableWrapping) DefaultEditorBuilder.fileExtension(String fileExtension) DefaultEditorBuilder.initialText(String initialText) DefaultEditorBuilder.showLineNumbers(boolean showLineNumbers) DefaultEditorBuilder.transformer(Function<String, String> transformer)