| Package | Description |
|---|---|
| org.nuiton.jaxx.widgets.extra.editor |
| Modifier and Type | Method and Description |
|---|---|
static Editor.EditorSyntaxConstant |
Editor.EditorSyntaxConstant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Editor.EditorSyntaxConstant[] |
Editor.EditorSyntaxConstant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JEditEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant) |
boolean |
EditorInterface.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
If return true, this editor support the syntax type.
|
boolean |
NullEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant) |
boolean |
RSyntaxEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant) |
boolean |
DefaultEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant) |
boolean |
Editor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
if return true, this editor support this syntax type.
|
boolean |
SDocEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant) |
EditorInterface |
Editor.getEditor(Editor.EditorSyntaxConstant editorSyntaxConstant)
try to find better editor for this file
|
boolean |
Editor.EditorSyntaxConstant.isSupported(Editor.EditorSyntaxConstant... constantsSupported) |
void |
JEditEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax) |
void |
EditorInterface.setSyntax(Editor.EditorSyntaxConstant editorSyntax)
Force syntax to use
|
void |
NullEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax) |
void |
RSyntaxEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax) |
void |
DefaultEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax) |
void |
Editor.setSyntax(Editor.EditorSyntaxConstant editorSyntax)
Force to use syntaxe without file, try to find the better editor for this syntax
Work only for regis
|
void |
SDocEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax) |
Copyright © 2004–2017 Ultreia.io. All rights reserved.