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

A

AbstractLookup - Class in org.openide.util.lookup
Implementation of the lookup from OpenAPIs that is based on the introduction of Item.
AbstractLookup(AbstractLookup.Content) - Constructor for class org.openide.util.lookup.AbstractLookup
Constructor to create this lookup and associate it with given Content.
AbstractLookup() - Constructor for class org.openide.util.lookup.AbstractLookup
Default constructor for subclasses that do not need to provide a content
AbstractLookup.Content - Class in org.openide.util.lookup
A class that can be used by the creator of the AbstractLookup to control its content (a kind of Privileged API giving creator of the lookup more rights than subsequent users of the lookup).
AbstractLookup.Pair<T> - Class in org.openide.util.lookup
Extension to the default lookup item that offers additional information for the data structures use in AbstractLookup
add(Object) - Method in class org.openide.util.lookup.InstanceContent
Adds an instance to the lookup.
add(T, InstanceContent.Convertor<T, R>) - Method in class org.openide.util.lookup.InstanceContent
Adds a convertible instance into the lookup.
addLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Registers a listener that is invoked when there is a possible change in this result.
addPair(AbstractLookup.Pair<?>) - Method in class org.openide.util.lookup.AbstractLookup
The method to add instance to the lookup with.
addPair(AbstractLookup.Pair<?>, Executor) - Method in class org.openide.util.lookup.AbstractLookup
The method to add instance to the lookup with.
addPair(AbstractLookup.Pair<?>) - Method in class org.openide.util.lookup.AbstractLookup.Content
The method to add a pair to the associated AbstractLookup.
allClasses() - Method in class org.openide.util.Lookup.Result
Get all classes represented in the result.
allInstances() - Method in class org.openide.util.Lookup.Result
Get all instances in the result.
allItems() - Method in class org.openide.util.Lookup.Result
Get all registered items.
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.46