|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||