|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 The DefaultWordLocator implementation that locates word boundaries based on the Java Language Specification rules for what characters are valid in a Java identifier. |
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 | |
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. |
protected WordLocator |
AbstractLanguageSupport.createWordLocator() Creates a new WordLocator for defining word boundaries that make sense for a given language. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.