|
org.openide.windows 6.40.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value={TYPE,METHOD}) public static @interface TopComponent.OpenActionRegistration
Creates an action that can open the component.
The action is generated only
if ActionID
annotation is used on the same element, otherwise
a compilation error is raised. Also the TopComponent.Description
shall be
present.
Required Element Summary | |
---|---|
String |
displayName
Display name of the action, usually can refer to value from a Bundle.properties using #KEY . |
Optional Element Summary | |
---|---|
String |
preferredID
The identification of an existing component to seek for. |
Element Detail |
---|
public abstract String displayName
Bundle.properties
using #KEY
.
public abstract String preferredID
|
org.openide.windows 6.40.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |