| Package | Description |
|---|---|
| org.jledit | |
| org.jledit.command.editor | |
| org.jledit.command.file | |
| org.jledit.command.undo | |
| org.jledit.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConsoleEditor
|
| Modifier and Type | Method and Description |
|---|---|
ConsoleEditor |
EditorFactory.create()
Creates a
ConsoleEditor. |
ConsoleEditor |
ConcreteEditorFactory.create()
Creates a
ConsoleEditor. |
ConsoleEditor |
EditorFactory.create(String flavor)
Creates a
ConsoleEditor based on the specified flavor. |
ConsoleEditor |
ConcreteEditorFactory.create(String flavor)
Creates a
ConsoleEditor based on the specified flavor. |
ConsoleEditor |
EditorFactory.create(String flavor,
jline.Terminal terminal)
Creates a
ConsoleEditor based on the specified flavor & Terminal. |
ConsoleEditor |
ConcreteEditorFactory.create(String flavor,
jline.Terminal terminal)
Creates a
ConsoleEditor based on the specified flavor & Terminal. |
ConsoleEditor |
EditorFactory.create(jline.Terminal terminal)
Creates a
ConsoleEditor using the specified Terminal. |
ConsoleEditor |
ConcreteEditorFactory.create(jline.Terminal terminal)
Creates a
ConsoleEditor using the specified Terminal. |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorFactory.bind(String flavor,
Class<? extends ConsoleEditor> editorClass)
Binds the specified flavor to the specified class.
|
void |
ConcreteEditorFactory.bind(String flavor,
Class<? extends ConsoleEditor> editorClass)
Binds the specified flavor to the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
ConsoleEditor |
AbstractUndoableCommand.getEditor() |
| Constructor and Description |
|---|
FileCloseCommand(ConsoleEditor editor) |
FileOpenCommand(ConsoleEditor editor,
String fileName) |
FileSaveCommand(ConsoleEditor editor) |
| Constructor and Description |
|---|
UndoCommand(ConsoleEditor editor) |
UndoCommand(ConsoleEditor editor,
UndoContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleConsoleEditor |
Copyright © 2013. All Rights Reserved.