|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAutoCompleteAdaptor | |
---|---|
org.jdesktop.swingx.autocomplete | Contains classes to enable automatic completion for JComboBox and other components. |
Uses of AbstractAutoCompleteAdaptor in org.jdesktop.swingx.autocomplete |
---|
Subclasses of AbstractAutoCompleteAdaptor in org.jdesktop.swingx.autocomplete | |
---|---|
class |
ComboBoxAdaptor
An implementation of the AbstractAutoCompleteAdaptor that is suitable for JComboBox. |
class |
ListAdaptor
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a JList in conjunction with a JTextComponent. |
Methods in org.jdesktop.swingx.autocomplete with parameters of type AbstractAutoCompleteAdaptor | |
---|---|
static void |
AutoCompleteDecorator.decorate(JTextComponent textComponent,
AutoCompleteDocument document,
AbstractAutoCompleteAdaptor adaptor)
Decorates a given text component for automatic completion using the given AutoCompleteDocument and AbstractAutoCompleteAdaptor. |
Constructors in org.jdesktop.swingx.autocomplete with parameters of type AbstractAutoCompleteAdaptor | |
---|---|
AutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor,
boolean strictMatching)
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor. |
|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |