A B C D E F G H I J K L M N O P R S T U X _

I

IGNORE_COMMENTS - Variable in class pt.tumba.spell.TeXWordFinder
Boolean flag indicating if TeX comments should be ignored.
ignore(int, char) - Method in class pt.tumba.spell.DefaultWordFinder
Ignore all characters from the text after the first occurence of a given character.
ignore(int, char, char) - Method in class pt.tumba.spell.DefaultWordFinder
Ignore all characters from the text between the first occurence of a given character and the next occurence of another given character.
ignore(int, Character, Character) - Method in class pt.tumba.spell.DefaultWordFinder
Ignore all characters from the text between the first occurence of a given character and the next occurence of another given character.
ignore(int, String, String) - Method in class pt.tumba.spell.DefaultWordFinder
Ignore all characters from the text between the first occurence of a given String and the next occurence of another given String.
ignoreUserDefined(int) - Method in class pt.tumba.spell.TeXWordFinder
User defined ignore.
index(Reader) - Method in class pt.tumba.spell.CommonMisspellings
This method indexes the contents of what comes in from a Reader.
index(String, String) - Method in class pt.tumba.spell.CommonMisspellings
Index a given term.
indexCorrectSpellings(Reader) - Method in class pt.tumba.spell.CommonMisspellings
This method indexes the contents of what comes in from a Reader.
initialize(String) - Method in class pt.tumba.spell.SpellChecker
Reads the dictionary to memory.
initialize(String, String) - Method in class pt.tumba.spell.SpellChecker
Reads the dictionary to memory.
initialize(String, String, String) - Method in class pt.tumba.spell.SpellChecker
Reads the dictionary to memory.
invertString(String) - Static method in class pt.tumba.spell.StringUtils
Reverse a given String.
isAccent(char) - Static method in class pt.tumba.spell.StringUtils
Checks if a given character has diacritics.
isAlphaNumeric(char) - Static method in class pt.tumba.spell.StringUtils
Tests whether a given character is alphabetic, numeric or the hyphen character.
isCapitalizated(String) - Static method in class pt.tumba.spell.StringUtils
Checks if a given String is capitalizated.
isNear(char, char) - Static method in class pt.tumba.spell.KeyboardProximity
Check if two characters are adjacent in the keyboard.
isSameRow(char, char) - Static method in class pt.tumba.spell.KeyboardProximity
Check if two characters are adjacent in the same row of the keyboard.
isUpperCase(char) - Static method in class pt.tumba.spell.StringUtils
Checks if a given character is uppercase.
isVowel(String, int) - Static method in class pt.tumba.spell.StringUtils
Checks if the character at a given position of a given string is a vowel.
isVowel(String, int, int) - Static method in class pt.tumba.spell.StringUtils
Checks if the character at a given position of a given string is a vowel The Y character is also considered.
isWordChar(String, int) - Static method in class pt.tumba.spell.DefaultWordFinder
Checks if the character at a given position in a String is part of a word.
isWordChar(char) - Static method in class pt.tumba.spell.DefaultWordFinder
Checks if a given character is alphanumeric.

A B C D E F G H I J K L M N O P R S T U X _