Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.editor.language.WordLocator

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

 

Classes in oracle.javatools.editor.language that implement WordLocator
 class DefaultWordLocator
          A simple WordLocator implementation suitable for most artificial languages.
 class NaturalWordLocator
          The NaturalWordLocator implementation that locates word boundaries on the JDK's BreakIterator for natural language boundaries.

 

Methods in oracle.javatools.editor.language that return WordLocator
protected  WordLocator AbstractLanguageSupport.createWordLocator()
          Creates a new WordLocator for defining word boundaries that make sense for a given language.
 WordLocator AbstractLanguageSupport.getWordLocator()
          Fetches the WordLocator to use for locating word boundaries for word-based navigator.
 WordLocator LanguageSupport.getWordLocator()
          Fetches the WordLocator to use for locating word boundaries for word-based navigator.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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