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 | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected WordLocator |
AbstractLanguageSupport.createWordLocator()
Creates a new
WordLocator for defining word boundaries that make sense for a given language. |
WordLocator |
LanguageSupport.getWordLocator()
Fetches the
WordLocator to use for locating word boundaries for word-based navigator. |
WordLocator |
AbstractLanguageSupport.getWordLocator()
Fetches the
WordLocator to use for locating word boundaries for word-based navigator. |