|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented static @interface ActionRegistry.JCAction
Mark a method that should be wrapped into a contextless Action.
| Required Element Summary | |
|---|---|
int |
idx
Sorting order for menu entries. |
String |
title
Prefix the mnemonic with '&'. |
| Optional Element Summary | |
|---|---|
String |
accelerator
Accepts either strings in the form KeyStroke.getKeyStroke(String) or a simplified form, e.g. |
boolean |
separated
add a separator before this menu entry. |
| Element Detail |
|---|
public abstract int idx
public abstract String title
public abstract String accelerator
KeyStroke.getKeyStroke(String) or a simplified form, e.g.
CTRL-SHIFT-ALT-F1.
public abstract boolean separated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||