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

S

save() - Method in class com.swabunga.spell.engine.PropertyConfiguration
 
saveCache() - Method in class com.swabunga.spell.engine.SpellDictionaryCachedDichoDisk
Saves the current cache to file.
setBoolean(String, boolean) - Method in class com.swabunga.spell.engine.Configuration
Sets one of the boolean constants
setBoolean(String, boolean) - Method in class com.swabunga.spell.engine.PropertyConfiguration
 
setCache() - Method in class com.swabunga.spell.event.SpellChecker
Activates a cache with the maximum number of entries set to 300
setCache(int) - Method in class com.swabunga.spell.event.SpellChecker
Activates a cache with specified size
setCheckSpelling(boolean) - Method in class com.swabunga.spell.swing.SpellCheckedDocument
 
setDivider(int) - Method in class net.sf.banglapad.DialogLayout2
 
setDocument(HTMLDocument) - Method in class net.sf.banglapad.DocumentRenderer
Method to set an HTMLDocument as the Document to print.
setDocument(JEditorPane) - Method in class net.sf.banglapad.DocumentRenderer
Method to set the Document to print as the one contained in a JEditorPane.
setDocument(PlainDocument) - Method in class net.sf.banglapad.DocumentRenderer
Method to set a PlainDocument as the Document to print.
setEnabled(boolean) - Static method in class net.sf.banglapad.UserKeyMap
 
setIgnoreComments(boolean) - Method in class com.swabunga.spell.event.TeXWordFinder
 
setInteger(String, int) - Method in class com.swabunga.spell.engine.Configuration
Sets one of the integer constants
setInteger(String, int) - Method in class com.swabunga.spell.engine.PropertyConfiguration
 
setKeyboardEnabled(boolean) - Static method in class net.sf.banglapad.ShowKeyboardDialog
 
setMacroMap(Properties) - Static method in class net.sf.banglapad.BanglaKeyListener
Sets map for shorthand.
setOpaque(JComponent, boolean) - Static method in class net.sf.banglapad.PreferencesDialog
Sets the opaque attribute of a component and subcomponents.
setPaliSanskritModeEnabled(boolean) - Static method in class net.sf.banglapad.BanglaKeyListener
Sets Pali-Sanskrit/Dega mode for key input.
setParent(View) - Method in class net.sf.banglapad.MyImageView
Establishes the parent view for this view.
setScaleWidthToFit(boolean) - Method in class net.sf.banglapad.DocumentRenderer
Method to set the current choice of the width scaling option.
setSelection(int, int) - Method in class net.sf.banglapad.BanglaPad
Sets the selection attribute of the VietPad object
setSelection(int, int, boolean) - Method in class net.sf.banglapad.BanglaPad
Sets the selection of the text editor
setShortHandMap(Properties, boolean) - Method in class net.sf.banglapad.BanglaPadWithFormat
Gets the shorthand map
setSize(float, float) - Method in class net.sf.banglapad.MyImageView
Set the size of the view.
setSmartMark(boolean) - Static method in class net.sf.banglapad.BanglaKeyListener
Sets the SmartMark capability on or off.
setSpellEvent(SpellCheckEvent) - Method in class com.swabunga.spell.swing.JSpellForm
Sets the current spell check event that is being shown to the user
setStart(int) - Method in class com.swabunga.spell.event.Word
Set the start index of the word.
setText(String) - Method in class com.swabunga.spell.event.AbstractWordFinder
 
setText(String) - Method in class com.swabunga.spell.event.Word
Set the text to a new string value.
setText(String) - Method in interface com.swabunga.spell.event.WordFinder
This method resets the text through which the WordFinder iterates.
setUserDictionary(SpellDictionary) - Method in class com.swabunga.spell.event.SpellChecker
Set user dictionary (used when a word is added)
setUserDictionary(SpellDictionary) - Method in class com.swabunga.spell.swing.JTextComponentSpellChecker
Set user dictionary (used when a word is added)
setVietModeEnabled(boolean) - Static method in class net.sf.banglapad.BanglaKeyListener
Sets Vietnamese mode for key input.
setVisible(boolean) - Method in class net.sf.banglapad.ChangeCaseDialog
Shows and hides the dialog
setWord(String) - Method in class com.swabunga.spell.engine.Word
sets suggested spelling
show(SpellCheckEvent) - Method in class com.swabunga.spell.swing.JSpellDialog
 
showError(Exception, String) - Method in class net.sf.banglapad.BanglaPad
Shows a warning message
showIt(String, String) - Method in class net.sf.banglapad.ShowKeyboardDialog
 
showIt() - Method in class net.sf.banglapad.ShowKeyboardDialog
 
ShowKeyboardDialog - Class in net.sf.banglapad
 
ShowKeyboardDialog(JScrollPane, String[]) - Constructor for class net.sf.banglapad.ShowKeyboardDialog
 
showSplashScreen() - Method in class net.sf.banglapad.Launcher
 
SimTextPane - Class in net.sf.banglapad
 
SimTextPane() - Constructor for class net.sf.banglapad.SimTextPane
 
SimTextPane(String) - Constructor for class net.sf.banglapad.SimTextPane
 
SimTextPane.SimTextUI - Class in net.sf.banglapad
 
SimTextPane.SimTextUI() - Constructor for class net.sf.banglapad.SimTextPane.SimTextUI
 
SPELL_IGNOREDIGITWORDS - Static variable in class com.swabunga.spell.engine.Configuration
words that have digits in them are not spell checked, example: "mach5"
(boolean)
SPELL_IGNOREINTERNETADDRESSES - Static variable in class com.swabunga.spell.engine.Configuration
words that look like an internet address are not spell checked, example: "http://www.google.com"
(boolean)
SPELL_IGNOREMIXEDCASE - Static variable in class com.swabunga.spell.engine.Configuration
words that have mixed case are not spell checked, example: "SpellChecker"
(boolean)
SPELL_IGNOREMULTIPLEWORDS - Static variable in class com.swabunga.spell.engine.Configuration
I don't know what this does.
SPELL_IGNORESENTENCECAPITALIZATION - Static variable in class com.swabunga.spell.engine.Configuration
the first word of a sentance is expected to start with an upper case letter
(boolean)
SPELL_IGNOREUPPERCASE - Static variable in class com.swabunga.spell.engine.Configuration
words that are all upper case are not spell checked, example: "CIA"
(boolean)
SPELL_THRESHOLD - Static variable in class com.swabunga.spell.engine.Configuration
the maximum cost of suggested spelling.
spellCheck(JTextComponent) - Method in class com.swabunga.spell.swing.JTextComponentSpellChecker
This method is called to check the spelling of a JTextComponent.
spellCheck() - Method in class net.sf.banglapad.TestSpelling
 
SPELLCHECK_CANCEL - Static variable in class com.swabunga.spell.event.SpellChecker
Flag indicating that the Spell Check completed due to user cancellation
SPELLCHECK_OK - Static variable in class com.swabunga.spell.event.SpellChecker
Flag indicating that the Spell Check completed without any errors present
SpellCheckedDocument - Class in com.swabunga.spell.swing
 
SpellCheckedDocument(SpellDictionary) - Constructor for class com.swabunga.spell.swing.SpellCheckedDocument
 
SpellChecker - Class in com.swabunga.spell.event
This is the main class for spell checking (using the new event based spell checking).
SpellChecker() - Constructor for class com.swabunga.spell.event.SpellChecker
Constructs the SpellChecker.
SpellChecker(SpellDictionary) - Constructor for class com.swabunga.spell.event.SpellChecker
Constructs the SpellChecker.
SpellChecker(SpellDictionary, int) - Constructor for class com.swabunga.spell.event.SpellChecker
Constructs the SpellChecker with a threshold
SpellCheckEvent - Interface in com.swabunga.spell.event
This event is fired off by the SpellChecker and is passed to the registered SpellCheckListeners

AFAIK we will only require one implementation of the SpellCheckEvent (BasicSpellCheckEvent) but I have defnied this interface just in case.

SpellCheckListener - Interface in com.swabunga.spell.event
This is the event based listener interface.
SpellDictionary - Interface in com.swabunga.spell.engine
An interface for all dictionary implementations.
SpellDictionaryASpell - Class in com.swabunga.spell.engine
Container for various methods that any SpellDictionary will use.
SpellDictionaryASpell(File) - Constructor for class com.swabunga.spell.engine.SpellDictionaryASpell
 
SpellDictionaryASpell(File, String) - Constructor for class com.swabunga.spell.engine.SpellDictionaryASpell
 
SpellDictionaryASpell(Reader) - Constructor for class com.swabunga.spell.engine.SpellDictionaryASpell
 
SpellDictionaryCachedDichoDisk - Class in com.swabunga.spell.engine
Yet another SpellDictionary this one is based on Damien Guillaume's Diskbased dictionary but adds a cache to try to improve abit on performance.
SpellDictionaryCachedDichoDisk(File) - Constructor for class com.swabunga.spell.engine.SpellDictionaryCachedDichoDisk
Dictionary Convienence Constructor.
SpellDictionaryCachedDichoDisk(File, String) - Constructor for class com.swabunga.spell.engine.SpellDictionaryCachedDichoDisk
Dictionary Convienence Constructor.
SpellDictionaryCachedDichoDisk(File, File) - Constructor for class com.swabunga.spell.engine.SpellDictionaryCachedDichoDisk
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellDictionaryCachedDichoDisk(File, File, String) - Constructor for class com.swabunga.spell.engine.SpellDictionaryCachedDichoDisk
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellDictionaryDichoDisk - Class in com.swabunga.spell.engine
Another implementation of SpellDictionary that doesn't cache any words in memory.
SpellDictionaryDichoDisk(File) - Constructor for class com.swabunga.spell.engine.SpellDictionaryDichoDisk
Dictionary Convienence Constructor.
SpellDictionaryDichoDisk(File, String) - Constructor for class com.swabunga.spell.engine.SpellDictionaryDichoDisk
Dictionary Convienence Constructor.
SpellDictionaryDichoDisk(File, File) - Constructor for class com.swabunga.spell.engine.SpellDictionaryDichoDisk
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellDictionaryDichoDisk(File, File, String) - Constructor for class com.swabunga.spell.engine.SpellDictionaryDichoDisk
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellDictionaryDisk - Class in com.swabunga.spell.engine
An implementation of SpellDictionary that doesn't cache any words in memory.
SpellDictionaryDisk(File, File, boolean) - Constructor for class com.swabunga.spell.engine.SpellDictionaryDisk
NOTE: Do *not* create two instances of this class pointing to the same File unless you are sure that a new dictionary does not have to be created.
SpellDictionaryHashMap - Class in com.swabunga.spell.engine
The SpellDictionaryHashMap holds the dictionary

This class is thread safe.

SpellDictionaryHashMap() - Constructor for class com.swabunga.spell.engine.SpellDictionaryHashMap
Dictionary Constructor.
SpellDictionaryHashMap(Reader) - Constructor for class com.swabunga.spell.engine.SpellDictionaryHashMap
Dictionary Constructor.
SpellDictionaryHashMap(File) - Constructor for class com.swabunga.spell.engine.SpellDictionaryHashMap
Dictionary Convenience Constructor.
SpellDictionaryHashMap(File, File) - Constructor for class com.swabunga.spell.engine.SpellDictionaryHashMap
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellDictionaryHashMap(File, Reader) - Constructor for class com.swabunga.spell.engine.SpellDictionaryHashMap
Constructor for the SpellDictionaryHashMap object
SpellDictionaryHashMap(File, File, String) - Constructor for class com.swabunga.spell.engine.SpellDictionaryHashMap
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellDictionaryHashMap(Reader, Reader) - Constructor for class com.swabunga.spell.engine.SpellDictionaryHashMap
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellDictionaryMultiLingual - Class in com.swabunga.spell.engine
 
SpellDictionaryMultiLingual(File, Reader, boolean) - Constructor for class com.swabunga.spell.engine.SpellDictionaryMultiLingual
Constructor for the SpellDictionaryMultiLingual object
SpellDictionaryMultiLingual(Reader, Reader, boolean) - Constructor for class com.swabunga.spell.engine.SpellDictionaryMultiLingual
Dictionary constructor that uses an aspell phonetic file to build the transformation table.
SpellEditorKit - Class in com.swabunga.spell.swing
use: JTextPane pane = new JTextPane(); pane.setEditorKit(new SpellEditorKit());
SpellEditorKit(File) - Constructor for class com.swabunga.spell.swing.SpellEditorKit
 
SpellEditorKit.LinkController - Class in com.swabunga.spell.swing
 
SpellEditorKit.LinkController() - Constructor for class com.swabunga.spell.swing.SpellEditorKit.LinkController
 
spellingError(SpellCheckEvent) - Method in interface com.swabunga.spell.event.SpellCheckListener
 
spellingError(SpellCheckEvent) - Method in class com.swabunga.spell.swing.JTextComponentSpellChecker
 
splash() - Method in class net.sf.banglapad.SplashScreen
Show the splash screen to the end user.
SplashScreen - Class in net.sf.banglapad
Present a simple graphic to the user upon launch of the application, to provide a faster initial response than is possible with the main window.
SplashScreen(String) - Constructor for class net.sf.banglapad.SplashScreen
 
SplashScreenCloser - Class in net.sf.banglapad
 
SplashScreenCloser() - Constructor for class net.sf.banglapad.SplashScreenCloser
 
start() - Method in class net.sf.banglapad.SwingWorker
Start the worker thread.
STARTMULTI - Static variable in class com.swabunga.spell.engine.GenericTransformator
 
startsSentence() - Method in class com.swabunga.spell.event.AbstractWordFinder
 
startsSentence() - Method in interface com.swabunga.spell.event.WordFinder
 
status - Variable in class net.sf.banglapad.FileInformation
 
STRING_EXPR - Static variable in class com.swabunga.spell.event.TeXWordFinder
 
StringUtility - Class in com.swabunga.util
 
StringUtility() - Constructor for class com.swabunga.util.StringUtility
 
StringWordTokenizer - Class in com.swabunga.spell.event
This class tokenizes a input string.
StringWordTokenizer(String) - Constructor for class com.swabunga.spell.event.StringWordTokenizer
Creates a new StringWordTokenizer object.
StringWordTokenizer(WordFinder) - Constructor for class com.swabunga.spell.event.StringWordTokenizer
Creates a new StringWordTokenizer object.
StringWordTokenizer(String, WordFinder) - Constructor for class com.swabunga.spell.event.StringWordTokenizer
 
sun.text.resources - package sun.text.resources
 
SwingWorker - Class in net.sf.banglapad
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class net.sf.banglapad.SwingWorker
Start a thread that will call the construct method and then exit.

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