|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
org.jdesktop.swingx.autocomplete.TextComponentAdaptor
public class TextComponentAdaptor
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a JTextComponent.
| Constructor Summary | |
|---|---|
TextComponentAdaptor(JTextComponent textComponent,
List<?> items)
Creates a new TextComponentAdaptor for the given list and text component. |
|
| Method Summary | |
|---|---|
Object |
getItem(int index)
Returns the item at a given index. |
int |
getItemCount()
Returns the number of items in the list. |
Object |
getSelectedItem()
Returns the currently selected item. |
JTextComponent |
getTextComponent()
Returns the text component that is being used for the automatic completion. |
void |
setSelectedItem(Object item)
Sets the selected item. |
| Methods inherited from class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor |
|---|
getSelectedItemAsString, listContainsSelectedItem, markEntireText, markText, setSelectedItemAsString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextComponentAdaptor(JTextComponent textComponent,
List<?> items)
items - a List that contains the items that are used for
automatic completiontextComponent - the text component that will be used automatic
completion| Method Detail |
|---|
public Object getSelectedItem()
AbstractAutoCompleteAdaptor
getSelectedItem in class AbstractAutoCompleteAdaptorpublic int getItemCount()
AbstractAutoCompleteAdaptor
getItemCount in class AbstractAutoCompleteAdaptorpublic Object getItem(int index)
AbstractAutoCompleteAdaptor0<=index<getItemCount().
getItem in class AbstractAutoCompleteAdaptorindex - the index of the item that is to be returned
indexpublic void setSelectedItem(Object item)
AbstractAutoCompleteAdaptor
setSelectedItem in class AbstractAutoCompleteAdaptoritem - the item that is to be selectedpublic JTextComponent getTextComponent()
AbstractAutoCompleteAdaptor
getTextComponent in class AbstractAutoCompleteAdaptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||