public interface LookupProvider
LookupProviderSupport.createCompositeLookup(org.openide.util.Lookup, java.lang.String)
Modifier and Type | Interface and Description |
---|---|
static interface |
LookupProvider.Registration
Annotation to register
LookupProvider instances. |
Modifier and Type | Method and Description |
---|---|
Lookup |
createAdditionalLookup(Lookup baseContext)
implementations will be asked to create their additional project lookup based on the baseContext
passed as parameter.
|
Lookup createAdditionalLookup(Lookup baseContext)
baseContext
- implementation shall decide what to return for a given project instance based on context
passed in.Lookup
instance that is to be added to the project's lookup, never null.