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. |
Class | Description |
---|---|
Lookup |
A general registry permitting clients to find instances of services
(implementation of a given interface).
|
Lookup.Item |
A single item in a lookup result.
|
Lookup.Result |
Result of a lookup request.
|
Lookup.Template |
Template defining a pattern to filter instances by.
|
LookupEvent |
An event describing the change in the lookup's result.
|
LookupListener |
General listener for changes in lookup.
|
Class | Description |
---|---|
Lookup |
A general registry permitting clients to find instances of services
(implementation of a given interface).
|
Lookup.Item |
A single item in a lookup result.
|
Lookup.Provider |
Objects implementing interface Lookup.Provider are capable of
and willing to provide a lookup (usually bound to the object).
|
Lookup.Result |
Result of a lookup request.
|
Lookup.Template |
Template defining a pattern to filter instances by.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.