org.openide.awt 7.55.1

Uses of Class
org.openide.awt.QuickSearch

Packages that use QuickSearch
org.openide.awt A set of utility classes pertaining to the visual appearance of NetBeans. 
 

Uses of QuickSearch in org.openide.awt
 

Methods in org.openide.awt that return QuickSearch
static QuickSearch QuickSearch.attach(JComponent component, Object constraints, QuickSearch.Callback callback)
          Attach quick search to a component with given constraints.
static QuickSearch QuickSearch.attach(JComponent component, Object constraints, QuickSearch.Callback callback, boolean asynchronous)
          Attach quick search to a component with given constraints.
static QuickSearch QuickSearch.attach(JComponent component, Object constraints, QuickSearch.Callback callback, boolean asynchronous, JMenu popupMenu)
          Attach quick search to a component with given constraints.
static QuickSearch QuickSearch.attach(JComponent component, Object constraints, QuickSearch.Callback callback, JMenu popupMenu)
          Attach quick search to a component with given constraints.
 


org.openide.awt 7.55.1

Built on June 6 2013.  |  Portions Copyright 1997-2013 Oracle. All rights reserved.