- service() - Method in annotation type org.openide.util.lookup.ServiceProvider
-
The interface (or abstract class) to register this implementation under.
- ServiceProvider - Annotation Type in org.openide.util.lookup
-
Declarative registration of a singleton service provider.
- ServiceProviders - Annotation Type in org.openide.util.lookup
-
Similar to
ServiceProvider
but permits multiple registrations of one class.
- serviceType() - Method in annotation type org.openide.util.lookup.NamedServiceDefinition
-
Type, or array of types that the registered type
has to implement.
- set(Collection<T>, InstanceContent.Convertor<T, R>) - Method in class org.openide.util.lookup.InstanceContent
-
Changes all pairs in the lookup to new values.
- setLookups(Executor, Lookup...) - Method in class org.openide.util.lookup.ProxyLookup
-
Changes the delegates immediatelly, notifies the listeners in provided
executor, potentially later.
- setLookups(Lookup...) - Method in class org.openide.util.lookup.ProxyLookup
-
Changes the delegates.
- setPairs(Collection<? extends AbstractLookup.Pair>) - Method in class org.openide.util.lookup.AbstractLookup.Content
-
Changes all pairs in the lookup to new values.
- setPairs(Collection<? extends AbstractLookup.Pair>) - Method in class org.openide.util.lookup.AbstractLookup
-
Changes all pairs in the lookup to new values.
- setPairs(Collection<? extends AbstractLookup.Pair>, Executor) - Method in class org.openide.util.lookup.AbstractLookup
-
Changes all pairs in the lookup to new values, notifies listeners
using provided executor.
- singleton(Object) - Static method in class org.openide.util.lookup.Lookups
-
Creates a singleton lookup.
- supersedes() - Method in annotation type org.openide.util.lookup.ServiceProvider
-
An optional list of implementations (given as fully-qualified class names) which this implementation supersedes.