|
org.openide.awt 7.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value={TYPE,FIELD,METHOD}) public @interface ActionID
Identifies one registered action. The action ought to be placed into
a category folder and use additional id identification.
In terms of layer based definition
,
the action ought to be placed in
"Actions/" + category() + "/" + id().replace('.','-') + ".instance"
path.
ActionRegistration
Required Element Summary | |
---|---|
String |
category
Identifies category of an action. |
String |
id
The unique ID (inside a category) of the action. |
Element Detail |
---|
public abstract String category
public abstract String id
org.myproject.myproduct.MyAction
.
|
org.openide.awt 7.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |