|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectse.datadosen.component.Autocompleter
public class Autocompleter
| Constructor Summary | |
|---|---|
Autocompleter(javax.swing.text.JTextComponent comp,
WordList wordList)
|
|
| Method Summary | |
|---|---|
void |
changedUpdate(javax.swing.event.DocumentEvent ev)
|
java.lang.String |
getPostfix()
What to add after a word is completed |
java.lang.String |
getSeparatorChars()
|
int |
getThreshold()
Number of characters to type before an attempt is made to autocomplete |
WordList |
getWordList()
|
void |
insertUpdate(javax.swing.event.DocumentEvent ev)
|
void |
removeUpdate(javax.swing.event.DocumentEvent ev)
|
void |
setPostfix(java.lang.String postfix)
What to add after a word is completed |
void |
setSeparatorChars(java.lang.String separatorChars)
|
void |
setThreshold(int threshold)
Number of characters to type before an attempt is made to autocomplete |
void |
setWordList(WordList wordList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Autocompleter(javax.swing.text.JTextComponent comp,
WordList wordList)
| Method Detail |
|---|
public java.lang.String getPostfix()
postfix - public void setPostfix(java.lang.String postfix)
postfix - public int getThreshold()
public void setThreshold(int threshold)
public java.lang.String getSeparatorChars()
public void setSeparatorChars(java.lang.String separatorChars)
public WordList getWordList()
public void setWordList(WordList wordList)
public void changedUpdate(javax.swing.event.DocumentEvent ev)
changedUpdate in interface javax.swing.event.DocumentListenerpublic void removeUpdate(javax.swing.event.DocumentEvent ev)
removeUpdate in interface javax.swing.event.DocumentListenerpublic void insertUpdate(javax.swing.event.DocumentEvent ev)
insertUpdate in interface javax.swing.event.DocumentListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||