Class LanguageBundle_fr


  • public class LanguageBundle_fr
    extends LanguageBundle
    Implementation for French
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.ResourceBundle

        java.util.ResourceBundle.Control
    • Field Summary

      • Fields inherited from class java.util.ResourceBundle

        parent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean existInDictionary​(java.lang.String word, Dictionary dictionary, SpellCheckerOptions options, boolean isFirstWordInSentence)
      Check if the word is in the current dictionary.
      • Methods inherited from class java.util.ResourceBundle

        clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
      • Methods inherited from class java.lang.Object

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

      • LanguageBundle_fr

        public LanguageBundle_fr()
    • Method Detail

      • existInDictionary

        boolean existInDictionary​(java.lang.String word,
                                  Dictionary dictionary,
                                  SpellCheckerOptions options,
                                  boolean isFirstWordInSentence)
        Description copied from class: LanguageBundle
        Check if the word is in the current dictionary. It verify the options isCaseSensitive, getIgnoreCapitalization and the first word of sentence
        Overrides:
        existInDictionary in class LanguageBundle
        Parameters:
        word - current word
        dictionary - the current dictionary
        options - the current options
        isFirstWordInSentence - if the word is the first in a sentence
        Returns:
        true, if the word is in the dictionary