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 |
---|---|
<T> Lookup.Item<T> |
Lookup.lookupItem(Lookup.Template<T> template)
Look up the first item matching a given template.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLookup.Pair<T>
Extension to the default lookup item that offers additional information
for the data structures use in AbstractLookup
|
Modifier and Type | Method and Description |
---|---|
<T> Lookup.Item<T> |
AbstractLookup.lookupItem(Lookup.Template<T> template) |
<T> Lookup.Item<T> |
ProxyLookup.lookupItem(Lookup.Template<T> template) |
static <T> Lookup.Item<T> |
Lookups.lookupItem(T instance,
String id)
Creates
Lookup.Item representing the instance passed in. |