| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Field and Description |
|---|---|
protected AutoCompletion |
AutoCompletionComboBox._autoCompletion |
| Modifier and Type | Method and Description |
|---|---|
protected AutoCompletion |
AutoCompletionComboBox.createAutoCompletion()
Creates the
AutoCompletion. |
AutoCompletion |
AutoCompletionComboBox.getAutoCompletion()
Gets the underlying AutoCompletion class.
|
static AutoCompletion |
AutoCompletion.getAutoCompletion(javax.swing.JComponent component)
When auto-completion is enabled on a text component, we will set a client property on it.
|