Annotation Type OptionsPanelController.KeywordsRegistration
- Enclosing class:
OptionsPanelController
@Target(TYPE)
@Retention(SOURCE)
public static @interface OptionsPanelController.KeywordsRegistration
Similar to
OptionsPanelController.Keywords
but permits multiple registrations of
one class.- Since:
- org.netbeans.modules.options.api/1 1.29
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionList of Keywords registrations.
-
Element Details
-
value
OptionsPanelController.Keywords[] valueList of Keywords registrations.
-