Class RMSpellCheck


  • public class RMSpellCheck
    extends java.lang.Object
    This class provides provides generic spell check API ideal for RM's needs. The abstraction should let us plug in any spell check technology.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RMSpellCheck.Word
      An innder class to represent a misspelled word.
    • Constructor Summary

      Constructors 
      Constructor Description
      RMSpellCheck()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMSpellCheck

        public RMSpellCheck()
    • Method Detail

      • getMisspelledWord

        public 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).