Uses of Interface
org.nuiton.jaxx.widgets.extra.editor.EditorInterface
-
Packages that use EditorInterface Package Description org.nuiton.jaxx.widgets.extra.editor -
-
Uses of EditorInterface in org.nuiton.jaxx.widgets.extra.editor
Classes in org.nuiton.jaxx.widgets.extra.editor that implement EditorInterface Modifier and Type Class Description classDefaultEditorDefault editor, can open of kind of file behaviour:classEditorL'idee de cette editor, est qu'il ne fait rien lui meme, mais delegue a un autre editeur enregistré.classJEditEditorRSyntaxTextArea editor implementation.classNullEditorEditor used when the have no file to editclassRSyntaxEditorRSyntaxTextArea editor implementation.classSDocEditorSDocEditor.Fields in org.nuiton.jaxx.widgets.extra.editor declared as EditorInterface Modifier and Type Field Description protected EditorInterfaceEditor. currentEditorcurrentEditor is currently opened editor in this editorprotected static EditorInterfaceEditor. DEFAULT_EDITORprotected static EditorInterfaceEditor. nullEditorFields in org.nuiton.jaxx.widgets.extra.editor with type parameters of type EditorInterface Modifier and Type Field Description protected static List<EditorInterface>Editor. registeredtous les Editors enregistréprotected Map<EditorInterface,EditorInterface>Editor. usedEditoreditor already instanciate for this editorprotected Map<EditorInterface,EditorInterface>Editor. usedEditoreditor already instanciate for this editorMethods in org.nuiton.jaxx.widgets.extra.editor that return EditorInterface Modifier and Type Method Description EditorInterfaceEditor. getCurrentEditor()EditorInterfaceEditor. getEditor(File file)try to find better editor for this fileEditorInterfaceEditor. getEditor(Editor.EditorSyntaxConstant editorSyntaxConstant)try to find better editor for this fileMethods in org.nuiton.jaxx.widgets.extra.editor with parameters of type EditorInterface Modifier and Type Method Description voidEditor. setCurrentEditor(EditorInterface editor)
-