|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.swing.JTextSpeller.AbstractSpeller
public abstract static class JTextSpeller.AbstractSpeller
AbstractSpeller handles the spell operation.
| Constructor Summary | |
|---|---|
JTextSpeller.AbstractSpeller()
|
|
| Method Summary | |
|---|---|
JTextSpeller |
getTextSpeller()
Returns the JTextSpeller. |
abstract void |
ignore()
Called by JTextSpeller when the user hits the Ignore button. |
abstract void |
ignoreAll()
Called by JTextSpeller when the user hits the Ignore All button. |
void |
install(JTextSpeller speller)
Install the AbstractSpeller to JTextSpeller. |
abstract void |
replace()
Called by JTextSpeller when the user hits the Replace button. |
abstract void |
replaceAll()
Called by JTextSpeller when the user hits the Replace All button. |
abstract void |
startCheck()
Called by JTextSpeller when start check. |
void |
uninstall(JTextSpeller speller)
Uninstall the AbstractSpeller to JTextSpeller. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JTextSpeller.AbstractSpeller()
| Method Detail |
|---|
public void install(JTextSpeller speller)
AbstractSpeller to JTextSpeller.
speller - the JTextSpelleruninstall(com.zfqjava.swing.JTextSpeller)public void uninstall(JTextSpeller speller)
AbstractSpeller to JTextSpeller.
install(com.zfqjava.swing.JTextSpeller)public JTextSpeller getTextSpeller()
JTextSpeller.
JTextSpellerpublic abstract void startCheck()
JTextSpeller when start check.
This can also be called by the programmer.
public abstract void ignore()
JTextSpeller when the user hits the Ignore button.
public abstract void ignoreAll()
JTextSpeller when the user hits the Ignore All button.
public abstract void replace()
JTextSpeller when the user hits the Replace button.
public abstract void replaceAll()
JTextSpeller when the user hits the Replace All button.
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||