Annotation Interface ActionAccelerator
Annotation used to specify a preferred accelerator for an an action.
Examples include
"m"
(Move tool) or "shortcut+c"
(Copy).-
Required Element Summary
Modifier and TypeRequired ElementDescriptionString form of an accelerator, compatible withKeyCombination.valueOf(String)
.
-
Element Details
-
value
String valueString form of an accelerator, compatible withKeyCombination.valueOf(String)
.- Returns:
-