org.openide.util.lookup 8.3.1
A B C D E F G H I L M 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.Item() - Constructor for class org.openide.util.Lookup.Item
 
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.Result() - Constructor for class org.openide.util.Lookup.Result
 
Lookup.Template<T> - Class in org.openide.util
Template defining a pattern to filter instances by.
Lookup.Template() - Constructor for class org.openide.util.Lookup.Template
Deprecated. Use new Template (Object.class) which is going to be better typed with JDK1.5 templates and should produce the same result.
Lookup.Template(Class<T>) - Constructor for class org.openide.util.Lookup.Template
Create a simple template matching by class.
Lookup.Template(Class<T>, String, T) - Constructor for class org.openide.util.Lookup.Template
Constructor to create new template.
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.

org.openide.util.lookup 8.3.1
A B C D E F G H I L M O P R S T
Built on September 19 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.