| Package | Description |
|---|---|
| org.openide.util |
Client API part of the
Lookup
interfaces.
|
| org.openide.util.lookup |
Support classes for the Registration and
Lookup extension mechanism. |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> Lookup.Result<T> |
Lookup.lookup(Lookup.Template<T> template)
The general lookup method.
|
<T> Lookup.Result<T> |
Lookup.lookupResult(Class<T> clazz)
Find a result corresponding to a given class.
|
| Constructor and Description |
|---|
LookupEvent(Lookup.Result source)
Create a new lookup event.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Lookup.Result<T> |
AbstractLookup.lookup(Lookup.Template<T> template) |
<T> Lookup.Result<T> |
ProxyLookup.lookup(Lookup.Template<T> template) |