| Package | Description |
|---|---|
| org.jledit |
| 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. |
Copyright © 2013. All Rights Reserved.