|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.AutoCompleter
org.tbee.swing.AutoCompleter.ListAutoCompleter
public static class AutoCompleter.ListAutoCompleter
Autocomplete from a list
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.tbee.swing.AutoCompleter |
|---|
AutoCompleter.FileAutoCompleter, AutoCompleter.ListAutoCompleter |
| Field Summary |
|---|
| Fields inherited from class org.tbee.swing.AutoCompleter |
|---|
SOURCECODE_VERSION |
| Constructor Summary | |
|---|---|
AutoCompleter.ListAutoCompleter(javax.swing.text.JTextComponent comp,
java.util.List completionList)
|
|
AutoCompleter.ListAutoCompleter(javax.swing.text.JTextComponent comp,
java.util.List completionList,
boolean ignoreCase)
|
|
| Method Summary | |
|---|---|
protected void |
acceptedListItem(java.lang.String selected)
user has selected some item in the classes. |
protected boolean |
updateListData()
update classes model depending on the data in textfield |
| Methods inherited from class org.tbee.swing.AutoCompleter |
|---|
selectNextPossibleValue, selectPreviousPossibleValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoCompleter.ListAutoCompleter(javax.swing.text.JTextComponent comp,
java.util.List completionList)
public AutoCompleter.ListAutoCompleter(javax.swing.text.JTextComponent comp,
java.util.List completionList,
boolean ignoreCase)
| Method Detail |
|---|
protected boolean updateListData()
updateListData in class AutoCompleterprotected void acceptedListItem(java.lang.String selected)
acceptedListItem in class AutoCompleter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||