KeyStrokeAgent
From Documentation
Revision as of 07:13, 8 June 2012 by Hawk (talk | contribs) (moved ZATS Essentials/Mimic Library/Operation Agent/KeyStrokeAgent to ZATS Essentials/Mimic Library/Operation/KeyStrokeAgent)
Stroke
All components that inherit HtmlBasedComponent supports this operation. When calling stroke() , you have to provide special string for control keys. Please refer to Keystroke Handling in Developer's Reference.
For example, ^#left means Ctrl+Left, and @#f3 means Alt+F3.
component.as(KeyStrokeAgent.class).stroke("$#left");
Supported Components
Sub-class of HtmlBasedComponent | 5, 6 |