Package org.fest.swing.driver
Class KeyStrokes
java.lang.Object
org.fest.swing.driver.KeyStrokes
Understands utility methods related to
KeyStroke
.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static KeyStroke[]
findKeyStrokesForAction
(String actionName, Object actionKey, InputMap inputMap)
-
Constructor Details
-
KeyStrokes
private KeyStrokes()
-
-
Method Details
-
findKeyStrokesForAction
@RunsInCurrentThread static KeyStroke[] findKeyStrokesForAction(String actionName, Object actionKey, InputMap inputMap)
-