Package | Description |
---|---|
org.jdesktop.swingx.autocomplete |
Contains classes to enable automatic completion for JComboBox and
other components.
|
Modifier and Type | Class and Description |
---|---|
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.
|
class |
TextComponentAdaptor
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a
JTextComponent.
|
Modifier and Type | Method and Description |
---|---|
static void |
AutoCompleteDecorator.decorate(JTextComponent textComponent,
AutoCompleteDocument document,
AbstractAutoCompleteAdaptor adaptor)
Decorates a given text component for automatic completion using the
given AutoCompleteDocument and AbstractAutoCompleteAdaptor.
|
Constructor and Description |
---|
AutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor,
boolean strictMatching)
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.
|
AutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor,
boolean strictMatching,
ObjectToStringConverter stringConverter)
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.
|
AutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor,
boolean strictMatching,
ObjectToStringConverter stringConverter,
Document delegate)
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.
|
AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor adaptor,
boolean strictMatching) |
AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor adaptor,
boolean strictMatching,
ObjectToStringConverter stringConverter) |
AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor adaptor,
boolean strictMatching,
ObjectToStringConverter stringConverter,
StyledDocument delegate) |
Copyright © 2013. All Rights Reserved.