| Package | Description |
|---|---|
| org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
| Modifier and Type | Method | Description |
|---|---|---|
static QuickSearch |
QuickSearch.attach(javax.swing.JComponent component,
java.lang.Object constraints,
QuickSearch.Callback callback) |
Attach quick search to a component with given constraints.
|
static QuickSearch |
QuickSearch.attach(javax.swing.JComponent component,
java.lang.Object constraints,
QuickSearch.Callback callback,
boolean asynchronous) |
Attach quick search to a component with given constraints.
|
static QuickSearch |
QuickSearch.attach(javax.swing.JComponent component,
java.lang.Object constraints,
QuickSearch.Callback callback,
boolean asynchronous,
javax.swing.JMenu popupMenu) |
Attach quick search to a component with given constraints.
|
static QuickSearch |
QuickSearch.attach(javax.swing.JComponent component,
java.lang.Object constraints,
QuickSearch.Callback callback,
javax.swing.JMenu popupMenu) |
Attach quick search to a component with given constraints.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.