|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EditorInterface | |
|---|---|
| org.nuiton.widget.editor | |
| Uses of EditorInterface in org.nuiton.widget.editor |
|---|
| Classes in org.nuiton.widget.editor that implement EditorInterface | |
|---|---|
class |
DefaultEditor
Default editor, can open of kind of file behaviour: undo/redo (Ctrl-z, Shift-Ctrl-z) Scrollbar |
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. |
| Fields in org.nuiton.widget.editor declared as EditorInterface | |
|---|---|
protected EditorInterface |
Editor.currentEditor
currentEditor is currently opened editor in this editor |
protected static EditorInterface |
Editor.DEFAULT_EDITOR
|
protected static EditorInterface |
Editor.nullEditor
|
| Fields in org.nuiton.widget.editor with type parameters of type EditorInterface | |
|---|---|
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 |
| Methods in org.nuiton.widget.editor that return EditorInterface | |
|---|---|
EditorInterface |
Editor.getCurrentEditor()
|
EditorInterface |
Editor.getEditor(File file)
try to find better editor for this file |
| Methods in org.nuiton.widget.editor with parameters of type EditorInterface | |
|---|---|
void |
Editor.setCurrentEditor(EditorInterface editor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||