Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
G
GenericSpellDictionary
- Class in
com.swabunga.spell.engine
The SpellDictionary class holds the instance of the dictionary.
GenericSpellDictionary(File)
- Constructor for class com.swabunga.spell.engine.
GenericSpellDictionary
Dictionary constructor that uses the DoubleMeta class with the english alphabet.
GenericSpellDictionary(File, File)
- Constructor for class com.swabunga.spell.engine.
GenericSpellDictionary
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
GenericTransformator
- Class in
com.swabunga.spell.engine
A Generic implementation of a transformator takes an aspell phonetics file and constructs some sort of transformation table using the inner class Rule.
GenericTransformator(File)
- Constructor for class com.swabunga.spell.engine.
GenericTransformator
GenericTransformator(File, String)
- Constructor for class com.swabunga.spell.engine.
GenericTransformator
GenericTransformator(Reader)
- Constructor for class com.swabunga.spell.engine.
GenericTransformator
get()
- Method in class net.sf.banglapad.
SwingWorker
Return the value created by the
construct
method.
getAction()
- Method in interface com.swabunga.spell.event.
SpellCheckEvent
getAlignment(int)
- Method in class net.sf.banglapad.
MyImageView
Determines the desired alignment for this view along an axis.
getAttributes()
- Method in class net.sf.banglapad.
MyImageView
Fetches the attributes to use when rendering.
getBoolean(String)
- Method in class com.swabunga.spell.engine.
Configuration
Gets one of the boolean constants
getBoolean(String)
- Method in class com.swabunga.spell.engine.
PropertyConfiguration
getCode(String)
- Method in class com.swabunga.spell.engine.
SpellDictionaryASpell
Returns the phonetic code representing the word.
getCodeReplaceList()
- Method in class com.swabunga.spell.engine.
GenericTransformator
Takes out all single character replacements and put them in a char array.
getConfiguration()
- Static method in class com.swabunga.spell.engine.
Configuration
gets a new default Configuration
getConfiguration(String)
- Static method in class com.swabunga.spell.engine.
Configuration
Returns a new instance of a Configuration class
getConfiguration()
- Method in class com.swabunga.spell.event.
SpellChecker
getContents()
- Method in class
Resources
getContents()
- Method in class
Resources_bn
getContents()
- Method in class sun.text.resources.
LocaleElements_vi
Overrides ListResourceBundle
getContext()
- Method in class com.swabunga.spell.event.
AbstractWordTokenizer
Returns the current text that is being tokenized (includes any changes that have been made)
getContext()
- Method in class com.swabunga.spell.event.
DocumentWordTokenizer
Returns the current text that is being tokenized (includes any changes that have been made)
getContext()
- Method in interface com.swabunga.spell.event.
WordTokenizer
Returns the context text that is being tokenized (should include any changes that have been made).
getCost()
- Method in class com.swabunga.spell.engine.
Word
A cost measures how close a match this word was to the original word
getCurrentWordCount()
- Method in class com.swabunga.spell.event.
AbstractWordTokenizer
Returns the current number of words that have been processed
getCurrentWordCount()
- Method in class com.swabunga.spell.event.
DocumentWordTokenizer
Returns the current number of words that have been processed
getCurrentWordCount()
- Method in interface com.swabunga.spell.event.
WordTokenizer
Returns the number of word tokens that have been processed thus far
getCurrentWordEnd()
- Method in class com.swabunga.spell.event.
AbstractWordTokenizer
Returns the end of the current word in the text
getCurrentWordEnd()
- Method in class com.swabunga.spell.event.
DocumentWordTokenizer
Returns the current end word position in the text
getCurrentWordEnd()
- Method in interface com.swabunga.spell.event.
WordTokenizer
Returns an index representing the end location of the current word in the text.
getCurrentWordPosition()
- Method in class com.swabunga.spell.event.
AbstractWordTokenizer
Returns the index of the start of the curent word in the text
getCurrentWordPosition()
- Method in class com.swabunga.spell.event.
DocumentWordTokenizer
Returns the current character position in the text
getCurrentWordPosition()
- Method in interface com.swabunga.spell.event.
WordTokenizer
Returns an index representing the start location of the current word in the text.
getDistance(String, String)
- Static method in class com.swabunga.spell.engine.
EditDistance
getDivider()
- Method in class net.sf.banglapad.
DialogLayout2
getDocument()
- Method in class net.sf.banglapad.
DocumentRenderer
Method to get the current Document
getEnd()
- Method in class com.swabunga.spell.event.
Word
getFinalText()
- Method in class com.swabunga.spell.event.
StringWordTokenizer
Deprecated.
use getContext() instead as per the WordTokenizer interface specification.
getHGap()
- Method in class net.sf.banglapad.
DialogLayout2
getInteger(String)
- Method in class com.swabunga.spell.engine.
Configuration
Gets one of the integer constants
getInteger(String)
- Method in class com.swabunga.spell.engine.
PropertyConfiguration
getInvalidWord()
- Method in interface com.swabunga.spell.event.
SpellCheckEvent
Returns the currently misspelt word
getNumberOfPages()
- Method in class net.sf.banglapad.
PageDivider
getPageFormat(int)
- Method in class net.sf.banglapad.
PageDivider
getPreferredSpan(int)
- Method in class net.sf.banglapad.
MyImageView
Determines the preferred span for this view along an axis.
getPrintable(int)
- Method in class net.sf.banglapad.
PageDivider
getReplaceList()
- Method in class com.swabunga.spell.engine.
BanglaMetaphone
getReplaceList()
- Method in class com.swabunga.spell.engine.
DoubleMeta
getReplaceList()
- Method in class com.swabunga.spell.engine.
GenericTransformator
Builds up an char array with the chars in the alphabet of the language as it was read from the alphabet tag in the phonetic file.
getReplaceList()
- Method in interface com.swabunga.spell.engine.
Transformator
gets the list of characters that should be swapped in to the misspelled word in order to try to find more suggestions.
getReplaceWord()
- Method in interface com.swabunga.spell.event.
SpellCheckEvent
getScaleWidthToFit()
- Method in class net.sf.banglapad.
DocumentRenderer
Method to get the current choice the width scaling option.
getSelectedKeyMapFile()
- Method in class net.sf.banglapad.
ShowKeyboardDialog
getSelection()
- Method in class net.sf.banglapad.
BanglaPad
Gets the selected text of the text editor
getStart()
- Method in class com.swabunga.spell.event.
Word
getSuggestions(String, int)
- Method in interface com.swabunga.spell.engine.
SpellDictionary
Returns a list of Word objects that are the suggestions to any word.
getSuggestions(String, int)
- Method in class com.swabunga.spell.engine.
SpellDictionaryASpell
Returns a list of Word objects that are the suggestions to an incorrect word.
getSuggestions(String, int)
- Method in class com.swabunga.spell.event.
SpellChecker
getSuggestions()
- Method in interface com.swabunga.spell.event.
SpellCheckEvent
Returns the list of suggested Word objects
getText()
- Method in class com.swabunga.spell.event.
AbstractWordFinder
Return the text being searched.
getText()
- Method in class com.swabunga.spell.event.
Word
getText()
- Method in interface com.swabunga.spell.event.
WordFinder
This method returns the text through which the WordFinder is iterating.
getTextArea()
- Method in class net.sf.banglapad.
BanglaPad
Code change from now the return type of this method is JTextPane
getVGap()
- Method in class net.sf.banglapad.
DialogLayout2
getViewFactory()
- Method in class net.sf.banglapad.
MyHTMLEditorKit
getWord()
- Method in class com.swabunga.spell.engine.
Word
gets suggested spelling
getWordContext()
- Method in interface com.swabunga.spell.event.
SpellCheckEvent
Returns the context in which the misspelt word is used
getWordContextPosition()
- Method in interface com.swabunga.spell.event.
SpellCheckEvent
Returns the start position of the misspelt word in the context
getWords(String)
- Method in class com.swabunga.spell.engine.
GenericSpellDictionary
Returns a list of strings (words) for the code.
getWords(String)
- Method in class com.swabunga.spell.engine.
SpellDictionaryCachedDichoDisk
Returns a list of strings (words) for the code.
getWords(String)
- Method in class com.swabunga.spell.engine.
SpellDictionaryDichoDisk
Returns a list of strings (words) for the code.
getWords(String)
- Method in class com.swabunga.spell.engine.
SpellDictionaryDisk
getWords(String)
- Method in class com.swabunga.spell.engine.
SpellDictionaryHashMap
Returns a list of strings (words) for the code.
gtk_vi
- Class in
com.sun.java.swing.plaf.gtk.resources
gtk_vi()
- Constructor for class com.sun.java.swing.plaf.gtk.resources.
gtk_vi
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z