|
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.JTextFinder.AbstractFinder
public abstract static class JTextFinder.AbstractFinder
AbstractFinder handles the find and replace operation.
| Field Summary | |
|---|---|
protected JTextFinder |
finder
|
| Constructor Summary | |
|---|---|
JTextFinder.AbstractFinder()
|
|
| Method Summary | |
|---|---|
protected abstract Component[] |
createOptions()
Creates the default options. |
abstract void |
findNext()
Called by JTextFinder when the user hits the Find Next button. |
JTextFinder |
getTextFinder()
Returns the JTextFinder. |
void |
install(JTextFinder finder)
Install the AbstractFinder to JTextFinder. |
abstract void |
replace()
Called by JTextFinder when the user hits the Replace button. |
abstract void |
replaceAll()
Called by JTextFinder when the user hits the Replace All button. |
void |
uninstall(JTextFinder finder)
Uninstall the AbstractFinder to JTextFinder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JTextFinder finder
| Constructor Detail |
|---|
public JTextFinder.AbstractFinder()
| Method Detail |
|---|
public void install(JTextFinder finder)
AbstractFinder to JTextFinder.
finder - the JTextFinderuninstall(com.zfqjava.swing.JTextFinder)public void uninstall(JTextFinder finder)
AbstractFinder to JTextFinder.
install(com.zfqjava.swing.JTextFinder)public JTextFinder getTextFinder()
JTextFinder.
JTextFinderpublic abstract void findNext()
JTextFinder when the user hits the Find Next button.
public abstract void replace()
JTextFinder when the user hits the Replace button.
public abstract void replaceAll()
JTextFinder when the user hits the Replace All button.
protected abstract Component[] createOptions()
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||