Uses of Class
org.nuiton.widget.editor.Editor.EditorSyntaxConstant

Packages that use Editor.EditorSyntaxConstant
org.nuiton.widget.editor   
 

Uses of Editor.EditorSyntaxConstant in org.nuiton.widget.editor
 

Methods in org.nuiton.widget.editor that return Editor.EditorSyntaxConstant
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.
 

Methods in org.nuiton.widget.editor with parameters of type Editor.EditorSyntaxConstant
 boolean SDocEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
           
 boolean JEditEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
           
 boolean RSyntaxEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
           
 boolean EditorInterface.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
          If return true, this editor support the syntax type.
 boolean DefaultEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
           
 boolean NullEditor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
           
 boolean Editor.accept(Editor.EditorSyntaxConstant editorSyntaxConstant)
          if return true, this editor support this syntax type.
 EditorInterface Editor.getEditor(Editor.EditorSyntaxConstant editorSyntaxConstant)
          try to find better editor for this file
 boolean Editor.EditorSyntaxConstant.isSupported(Editor.EditorSyntaxConstant... constantsSupported)
           
 void SDocEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax)
           
 void JEditEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax)
           
 void RSyntaxEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax)
           
 void EditorInterface.setSyntax(Editor.EditorSyntaxConstant editorSyntax)
          Force syntax to use
 void DefaultEditor.setSyntax(Editor.EditorSyntaxConstant editorSyntax)
           
 void NullEditor.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
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.