| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchableBar |
SearchableBar.install(Searchable searchable,
javax.swing.KeyStroke keyStroke,
SearchableBar.Installer installer)
Installs a SearchableBar on a component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchableBar.Installer.closeSearchBar(SearchableBar searchableBar)
Called to hide the SearchableBar.
|
void |
SearchableBar.Installer.openSearchBar(SearchableBar searchableBar)
Called to show the SearchableBar so that user can see it.
|