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 SummaryRequired ElementsModifier and TypeRequired ElementDescriptionString form of an accelerator, compatible withKeyCombination.valueOf(String).
- 
Element Details- 
valueString valueString form of an accelerator, compatible withKeyCombination.valueOf(String).- Returns:
 
 
-