@Retention(value=SOURCE) @Target(value={TYPE,METHOD}) public static @interface TopComponent.OpenActionRegistration
ActionID
annotation is used on the same element, otherwise
a compilation error is raised. Also the TopComponent.Description
shall be
present.Modifier and Type | Required Element and Description |
---|---|
String |
displayName
Display name of the action, usually can refer to value from a
Bundle.properties using #KEY . |
Modifier and Type | Optional Element and Description |
---|---|
String |
preferredID
The identification of an existing component to seek for.
|