| Package | Description |
|---|---|
| org.dts.spell.swing | |
| org.dts.spell.swing.finder |
| Modifier and Type | Method and Description |
|---|---|
DocumentWordFinder |
RealTimeSpellChecker.getWordFinder(JTextComponent textComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeSpellChecker.addTextComponent(JTextComponent textComponent,
DocumentWordFinder finder) |
void |
JTextComponentSpellChecker.markErrors(JTextComponent textComponent,
DocumentWordFinder wordFinder)
Mark current errors (not while you are typing) of the JTextComponent.
|
boolean |
JTextComponentSpellChecker.spellCheck(JTextComponent textComponent,
DocumentWordFinder documentWordFinder)
Chek the current component showing a Graphical Dialog.
|
void |
JTextComponentSpellChecker.startRealtimeMarkErrors(JTextComponent textComponent,
DocumentWordFinder wordFinder)
Mark current errors (not while you are typing) of the JTextComponent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedWordFinder |
| Modifier and Type | Method and Description |
|---|---|
DocumentWordFinder |
SynchronizedWordFinder.getWrapDocumentFinder() |
| Constructor and Description |
|---|
SynchronizedWordFinder(DocumentWordFinder documentFinder) |
Copyright © 2020. All rights reserved.