List of all members.
Detailed Description
Simple lookup implementation. It can be used to create temporary lookups that do not change over time. The result stores references to all objects passed in the constructor. Those objecst are the only ones returned as result.
- Author:
- David Strupl
Constructor & Destructor Documentation
| org.openide.util.lookup.SimpleLookup.SimpleLookup |
( |
Collection |
instances |
) |
[package] |
Creates new Result object with supplied instances parameter.
- Parameters:
-
| instances | to be used to return from the lookup |
| org.openide.util.lookup.SimpleLookup.SimpleLookup |
( |
Collection |
keys, |
|
|
InstanceContent.Convertor |
conv | |
|
) |
| | [package] |
Member Function Documentation
| org.openide.util.lookup.SimpleLookup.[static initializer] |
( |
|
) |
[static, package] |
| Object org.openide.util.lookup.SimpleLookup.lookup |
( |
Class |
clazz |
) |
|
| Result org.openide.util.lookup.SimpleLookup.lookup |
( |
Template |
template |
) |
|
| String org.openide.util.lookup.SimpleLookup.toString |
( |
|
) |
|
The documentation for this class was generated from the following file: