Extension SDK 10.1.2

Uses of Class
oracle.javatools.editor.language.LanguageModule

Packages that use LanguageModule
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 LanguageModule in oracle.javatools.editor.language
 

Methods in oracle.javatools.editor.language that return LanguageModule
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.
 

Methods in oracle.javatools.editor.language with parameters of type LanguageModule
static void LanguageModule.registerModuleForFileType(LanguageModule module, java.lang.String fileName)
          Utility routine to register the LanguageModule for the given file type.
 void LanguageModule.registerModule(LanguageModule module)
          Registers this language module with the framework.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.