Class SpellChecker


  • public class SpellChecker
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.swing.ImageIcon ICN_NOTICE  
    • Constructor Summary

      Constructors 
      Constructor Description
      SpellChecker​(java.lang.String aspell, java.awt.Frame parent, javax.swing.text.Document document)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void check()  
      protected boolean checkNext()  
      protected void replaceWord​(java.lang.String replacementWord)  
      • Methods inherited from class java.lang.Object

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

      • ICN_NOTICE

        public static final javax.swing.ImageIcon ICN_NOTICE
    • Constructor Detail

      • SpellChecker

        public SpellChecker​(java.lang.String aspell,
                            java.awt.Frame parent,
                            javax.swing.text.Document document)
    • Method Detail

      • checkNext

        protected boolean checkNext()
      • replaceWord

        protected void replaceWord​(java.lang.String replacementWord)