|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComponentAdaptor | |
---|---|
org.jdesktop.swingx.autocomplete | Contains classes to enable automatic completion for JComboBox and other components. |
Uses of AbstractComponentAdaptor in org.jdesktop.swingx.autocomplete |
---|
Subclasses of AbstractComponentAdaptor in org.jdesktop.swingx.autocomplete | |
---|---|
class |
ComboBoxAdaptor
An implementation of the AbstractComponentAdaptor that is suitable for JComboBox. |
class |
ListAdaptor
An implementation of the AbstractComponentAdaptor that is suitable for a JList in conjunction with a JTextComponent. |
Methods in org.jdesktop.swingx.autocomplete with parameters of type AbstractComponentAdaptor | |
---|---|
static void |
Configurator.configureTextComponent(javax.swing.text.JTextComponent textComponent,
Document document,
AbstractComponentAdaptor adaptor)
Configures a given text component for automatic completion using the given Document and AbstractComponentAdaptor. |
Constructors in org.jdesktop.swingx.autocomplete with parameters of type AbstractComponentAdaptor | |
---|---|
Document(AbstractComponentAdaptor adaptor,
boolean strictMatching)
Creates a new Document for the given AbstractComponentAdaptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |