com.jivesoftware.spark.component.spelling
Class SpellingManager

java.lang.Object
  extended bycom.jivesoftware.spark.component.spelling.SpellingManager

public class SpellingManager
extends java.lang.Object

Handles spell check behavior in Spark.


Constructor Summary
SpellingManager()
          Create a new instance of SpellManager.
 
Method Summary
 void addBackgroundChecking(javax.swing.text.JTextComponent comp)
          Sets the background checker to use.
 com.wintertree.ssce.PropSpellingSession getSpellingSession()
          Returns the spelling session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellingManager

public SpellingManager()
Create a new instance of SpellManager.

Method Detail

addBackgroundChecking

public void addBackgroundChecking(javax.swing.text.JTextComponent comp)
Sets the background checker to use.

Parameters:
comp - the background checker.

getSpellingSession

public com.wintertree.ssce.PropSpellingSession getSpellingSession()
Returns the spelling session.

Returns:
the current spelling session.