public class RMSpellCheck
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RMSpellCheck.Word
An innder class to represent a misspelled word.
|
| Constructor and Description |
|---|
RMSpellCheck() |
| Modifier and Type | Method and Description |
|---|---|
static RMSpellCheck.Word |
getMisspelledWord(java.lang.String aString,
int anIndex)
Returns the first mispelled word in a given string starting at the given index (or null or no mispelled words).
|
public static RMSpellCheck.Word getMisspelledWord(java.lang.String aString, int anIndex)