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(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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.