Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.ui.search.MiniSearchDialog

Packages that use MiniSearchDialog
oracle.javatools.ui.search Provides a general purpose search or filter component. 
 

Uses of MiniSearchDialog in oracle.javatools.ui.search
 

Methods in oracle.javatools.ui.search that return MiniSearchDialog
 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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.