Uses of Class
com.inet.jortho.SpellCheckerOptions

Uses of SpellCheckerOptions in com.inet.jortho
 

Methods in com.inet.jortho that return SpellCheckerOptions
static SpellCheckerOptions SpellChecker.getOptions()
          Get the default SpellCheckerOptions.
 

Methods in com.inet.jortho with parameters of type SpellCheckerOptions
static javax.swing.JMenu SpellChecker.createCheckerMenu(SpellCheckerOptions options)
          Creates a menu item "Orthography" (or the equivalent depending on the user language) with a sub-menu that includes suggestions for a correct spelling.
static javax.swing.JPopupMenu SpellChecker.createCheckerPopup(SpellCheckerOptions options)
          Create a dynamic JPopupMenu with a list of suggestion.
static javax.swing.JMenu SpellChecker.createLanguagesMenu(SpellCheckerOptions options)
          Creates a menu item "Languages" (or the equivalent depending on the user language) with a sub-menu that lists all available dictionary languages.
static void SpellChecker.enableAutoSpell(javax.swing.text.JTextComponent text, boolean enable, SpellCheckerOptions options)
          Enable or disable the auto spell checking feature (red zigzag line) for a text component.
static void SpellChecker.enableShortKey(javax.swing.text.JTextComponent text, boolean enable, SpellCheckerOptions options)
          Enable or disable the F7 key.
static void SpellChecker.showSpellCheckerDialog(javax.swing.text.JTextComponent text, SpellCheckerOptions options)
          Show the Spell Checker dialog for the given JTextComponent.
 



Copyright © 2005 - 2009 i-net software. All Rights Reserved.