Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Modifier and Type | Method and Description |
---|---|
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.
|