Skip navigation links
org.openide.util.lookup 8.36.1
A B C D E F G H I L M N O P R S T 

L

Lookup - Class in org.openide.util
A general registry permitting clients to find instances of services (implementation of a given interface).
Lookup() - Constructor for class org.openide.util.Lookup
Empty constructor for use by subclasses.
lookup(Class<T>) - Method in class org.openide.util.lookup.AbstractLookup
 
lookup(Lookup.Template<T>) - Method in class org.openide.util.lookup.AbstractLookup
 
lookup(Class<T>) - Method in class org.openide.util.Lookup
Look up an object matching a given interface.
lookup(Lookup.Template<T>) - Method in class org.openide.util.Lookup
The general lookup method.
lookup(Class<T>) - Method in class org.openide.util.lookup.ProxyLookup
 
lookup(Lookup.Template<T>) - Method in class org.openide.util.lookup.ProxyLookup
 
Lookup.Item<T> - Class in org.openide.util
A single item in a lookup result.
Lookup.Provider - Interface in org.openide.util
Objects implementing interface Lookup.Provider are capable of and willing to provide a lookup (usually bound to the object).
Lookup.Result<T> - Class in org.openide.util
Result of a lookup request.
Lookup.Template<T> - Class in org.openide.util
Template defining a pattern to filter instances by.
lookupAll(Class<T>) - Method in class org.openide.util.Lookup
Find all instances corresponding to a given class.
LookupEvent - Class in org.openide.util
An event describing the change in the lookup's result.
LookupEvent(Lookup.Result) - Constructor for class org.openide.util.LookupEvent
Create a new lookup event.
lookupItem(Lookup.Template<T>) - Method in class org.openide.util.lookup.AbstractLookup
 
lookupItem(Lookup.Template<T>) - Method in class org.openide.util.Lookup
Look up the first item matching a given template.
lookupItem(T, String) - Static method in class org.openide.util.lookup.Lookups
Creates Lookup.Item representing the instance passed in.
lookupItem(Lookup.Template<T>) - Method in class org.openide.util.lookup.ProxyLookup
 
LookupListener - Interface in org.openide.util
General listener for changes in lookup.
lookupResult(Class<T>) - Method in class org.openide.util.Lookup
Find a result corresponding to a given class.
Lookups - Class in org.openide.util.lookup
Static factory methods for creating common lookup implementations.
A B C D E F G H I L M N O P R S T 
Skip navigation links
org.openide.util.lookup 8.36.1