| Package | Description |
|---|---|
| oracle.javatools.ui.search |
Provides a general purpose search or filter component.
|
| Modifier and Type | Method and Description |
|---|---|
MiniSearchDialog |
TextComponentSearchSupport.getMiniSearchDialog()
This is provided as a way to set a help topic id on the
MiniSearchDialog The way this can be coded is as follows: HelpSystem.getHelpSystem().registerTopic(searchSupport.getMiniSearchDialog().getBasePanel(), "f1_idedsearchmessages_html"); //NOTRANS Ideally we'd have a call like MiniSearchDialog.setHelpID(String helpId) but that would mean uic module would have a dependency on ide module which would be a circular dependency. |