|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.richtext.AbstractRichTextSpellChecker
public abstract class AbstractRichTextSpellChecker
AbstractRichTextSpellChecker can be used as basis for building
more complex spell checkers. It provides a parsing mechanbism for break text
buffers into a series of words.
The derived class must then provide the checkWords() functionality.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface echopointng.richtext.RichTextSpellChecker |
|---|
RichTextSpellChecker.SpellCheckerWord |
| Constructor Summary | |
|---|---|
AbstractRichTextSpellChecker()
|
|
| Method Summary | |
|---|---|
RichTextSpellChecker.SpellCheckerWord[] |
parseWords(java.lang.String textBuffer)
This method is called to break a text buffer into a series of words. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface echopointng.richtext.RichTextSpellChecker |
|---|
checkWord |
| Constructor Detail |
|---|
public AbstractRichTextSpellChecker()
| Method Detail |
|---|
public RichTextSpellChecker.SpellCheckerWord[] parseWords(java.lang.String textBuffer)
RichTextSpellCheckerThis method may be called with all whitespace or punctuation. The implementor must take care to ensure its word parsing takes tis into account.
parseWords in interface RichTextSpellCheckertextBuffer - - the text buffer that may contain zero or more words.
RichTextSpellChecker.parseWords(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||