org.tbee.swing
Class AutoCompleter.ListAutoCompleter
java.lang.Object
org.tbee.swing.AutoCompleter
org.tbee.swing.AutoCompleter.ListAutoCompleter
- Enclosing class:
- AutoCompleter
public static class AutoCompleter.ListAutoCompleter
- extends AutoCompleter
Autocomplete from a list
|
Method Summary |
protected void |
acceptedListItem(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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoCompleter.ListAutoCompleter
public AutoCompleter.ListAutoCompleter(JTextComponent comp,
List completionList)
AutoCompleter.ListAutoCompleter
public AutoCompleter.ListAutoCompleter(JTextComponent comp,
List completionList,
boolean ignoreCase)
updateListData
protected boolean updateListData()
- update classes model depending on the data in textfield
- Specified by:
updateListData in class AutoCompleter
acceptedListItem
protected void acceptedListItem(String selected)
- user has selected some item in the classes. update textfield accordingly...
- Specified by:
acceptedListItem in class AutoCompleter
Copyright © 2011 KnowledgePlaza. All Rights Reserved.