| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LanguageModule | 
LanguageModule.getDefaultModule()
Static utility routine to fetch the default language module used
 for plain content. 
 | 
static LanguageModule | 
LanguageModule.getModuleForFileType(java.lang.String fileName)
Utility routine to fetch the  
LanguageModule registered
 for the given filetype. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LanguageModule.registerModule(LanguageModule module)
Registers this language module with the framework. 
 | 
static void | 
LanguageModule.registerModuleForFileType(LanguageModule module,
                         java.lang.String fileName)
Utility routine to register the  
LanguageModule for
 the given file type. |