| Package | Description |
|---|---|
| org.nuiton.jaxx.widgets.extra.editor |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEditor
Default editor, can open of kind of file
behaviour:
|
class |
Editor
L'idee de cette editor, est qu'il ne fait rien lui meme, mais delegue a un
autre editeur enregistré.
|
class |
JEditEditor
RSyntaxTextArea editor implementation.
|
class |
NullEditor
Editor used when the have no file to edit
|
class |
RSyntaxEditor
RSyntaxTextArea editor implementation.
|
class |
SDocEditor
SDocEditor.
|
| Modifier and Type | Field and Description |
|---|---|
protected EditorInterface |
Editor.currentEditor
currentEditor is currently opened editor in this editor
|
protected static EditorInterface |
Editor.DEFAULT_EDITOR |
protected static EditorInterface |
Editor.nullEditor |
| Modifier and Type | Field and Description |
|---|---|
protected static List<EditorInterface> |
Editor.registered
tous les Editors enregistré
|
protected Map<EditorInterface,EditorInterface> |
Editor.usedEditor
editor already instanciate for this editor
|
protected Map<EditorInterface,EditorInterface> |
Editor.usedEditor
editor already instanciate for this editor
|
| Modifier and Type | Method and Description |
|---|---|
EditorInterface |
Editor.getCurrentEditor() |
EditorInterface |
Editor.getEditor(Editor.EditorSyntaxConstant editorSyntaxConstant)
try to find better editor for this file
|
EditorInterface |
Editor.getEditor(File file)
try to find better editor for this file
|
| Modifier and Type | Method and Description |
|---|---|
void |
Editor.setCurrentEditor(EditorInterface editor) |
Copyright © 2004–2017 Ultreia.io. All rights reserved.