| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LanguageSupport | |
|---|---|
| oracle.javatools.editor | The Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework.  | 
| oracle.javatools.editor.language | The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features. | 
| Uses of LanguageSupport in oracle.javatools.editor | 
|---|
| Methods in oracle.javatools.editor that return LanguageSupport | |
|---|---|
 LanguageSupport | 
BasicDocument.getLanguageSupport()Fetches the LanguageSupport associated with this document.  | 
| Methods in oracle.javatools.editor with parameters of type LanguageSupport | |
|---|---|
 void | 
BasicDocument.setLanguageSupport(LanguageSupport support)Set the LanguageSupport used by this document to the specified one.  | 
| Uses of LanguageSupport in oracle.javatools.editor.language | 
|---|
| Classes in oracle.javatools.editor.language that implement LanguageSupport | |
|---|---|
 class | 
AbstractLanguageSupportAn AbstractLanguageSupport is the base class for all LanguageSupports provided with this editor component. | 
| Fields in oracle.javatools.editor.language declared as LanguageSupport | |
|---|---|
protected  LanguageSupport | 
SmartIndentProvider.supportThe umbrella LanguageSupport instance. | 
| Methods in oracle.javatools.editor.language that return LanguageSupport | |
|---|---|
static LanguageSupport | 
LanguageModule.createDefaultSupport()Static factory routine to create a default LanguageSupport for editing plain text. | 
abstract  LanguageSupport | 
LanguageModule.createLanguageSupport()Creates a new LanguageSupport instance for editing this specific language.  | 
static LanguageSupport | 
LanguageModule.createSupportForFileType(java.lang.Class supportClass)Static factory routine to create a LanguageSupport based on the currently registered LanguageModules. | 
static LanguageSupport | 
LanguageModule.createSupportForFileType(java.lang.String fileName)Static factory routine to create a LanguageSupport for the given filename based on the currently registered LanguageModules. | 
| Constructors in oracle.javatools.editor.language with parameters of type LanguageSupport | |
|---|---|
AbstractDocumentRenderer(LanguageSupport support)Constructs a new style provider for the specified document.  | 
|
DefaultWordLocator(LanguageSupport support)Constructs a new DefaultWordLocator.  | 
|
GenericBraceProvider(LanguageSupport support, Language language)Constructs a new GenericBraceProvider associated with the given LanguageSupport and language instance.  | 
|
GenericBraceProvider(LanguageSupport support, Language language, GenericLexer lexerToUse)Constructs a new GenericBraceProvider associated with the given LanguageSupport and language instance.  | 
|
LexerDocumentRenderer(LanguageSupport support)Constructs a new style provider for the specified document.  | 
|
NaturalWordLocator(LanguageSupport support)Constructs a new NaturalWordLocator.  | 
|
SmartIndentProvider(LanguageSupport support)Constructs a new SmartIndentProvider | 
|
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||