org.openide.awt 7.55.1

Uses of Interface
org.openide.awt.QuickSearch.Callback

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

Uses of QuickSearch.Callback in org.openide.awt
 

Methods in org.openide.awt with parameters of type QuickSearch.Callback
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.