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 | 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 | Description |
---|---|
LookupEvent(Lookup.Result source) |
Create a new lookup event.
|
Modifier and Type | Method | Description |
---|---|---|
<T> Lookup.Result<T> |
AbstractLookup.lookup(Lookup.Template<T> template) |
|
<T> Lookup.Result<T> |
ProxyLookup.lookup(Lookup.Template<T> template) |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.