|
org.netbeans.modules.projectapi/1 1.36.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value={TYPE,METHOD}) public static @interface LookupProvider.Registration
Annotation to register LookupProvider
instances.
If you wish to unconditionally register one or more objects,
it will be more efficient and may be easier to use
ProjectServiceProvider
(and/or LookupMerger.Registration
).
Optional Element Summary | |
---|---|
String[] |
projectType
Token(s) denoting one or more project types, e.g. |
LookupProvider.Registration.ProjectType[] |
projectTypes
Alternate registration of project types with positions. |
public abstract String[] projectType
LookupProviderSupport.createCompositeLookup(org.openide.util.Lookup, java.lang.String)
may be used with the path Projects/TYPE/Lookup
.
public abstract LookupProvider.Registration.ProjectType[] projectTypes
projectType()
(or both).
|
org.netbeans.modules.projectapi/1 1.36.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |