Package | Description |
---|---|
org.jdesktop.swingx.autocomplete |
Contains classes to enable automatic completion for JComboBox and
other components.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
AutoCompleteDecorator.decorate(javax.swing.text.JTextComponent textComponent,
AutoCompleteDocument document,
AbstractAutoCompleteAdaptor adaptor) |
Decorates a given text component for automatic completion using the
given AutoCompleteDocument and AbstractAutoCompleteAdaptor.
|