|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFCKeyStroke | |
junit.extensions.jfcunit | |
junit.extensions.jfcunit.eventdata | Event data structures are used to define the operation on specific components. |
junit.extensions.jfcunit.keyboard | |
junit.extensions.jfcunit.xml |
Uses of JFCKeyStroke in junit.extensions.jfcunit |
Methods in junit.extensions.jfcunit with parameters of type JFCKeyStroke | |
protected abstract void |
TestHelper.keyPressed(java.awt.Component ultimate,
JFCKeyStroke stroke)
Process a key press event on a component. |
protected abstract void |
TestHelper.keyReleased(java.awt.Component ultimate,
JFCKeyStroke stroke)
Process a key release event on a component. |
protected void |
RobotTestHelper.keyPressed(java.awt.Component ultimate,
JFCKeyStroke stroke)
Process a key press event on a component. |
protected void |
RobotTestHelper.keyReleased(java.awt.Component ultimate,
JFCKeyStroke stroke)
Process a key release event on a component. |
protected void |
JFCTestHelper.keyPressed(java.awt.Component ultimate,
JFCKeyStroke stroke)
Process a key press event on a component. |
protected void |
JFCTestHelper.keyReleased(java.awt.Component ultimate,
JFCKeyStroke stroke)
Process a key release event on a component. |
Uses of JFCKeyStroke in junit.extensions.jfcunit.eventdata |
Methods in junit.extensions.jfcunit.eventdata that return JFCKeyStroke | |
JFCKeyStroke[] |
AbstractKeyEventData.getKeyStrokes()
Get the key strokes for this event. |
Methods in junit.extensions.jfcunit.eventdata with parameters of type JFCKeyStroke | |
protected void |
AbstractKeyEventData.addKeyStrokes(JFCKeyStroke[] strokes)
Add key strokes to this event. |
Uses of JFCKeyStroke in junit.extensions.jfcunit.keyboard |
Methods in junit.extensions.jfcunit.keyboard that return JFCKeyStroke | |
JFCKeyStroke[] |
KeyMapping.getKeyStrokes(char c)
Get the key strokes for a character. |
JFCKeyStroke[] |
KeyMapping.getKeyStrokes(int keyCode)
Get the key strokes for the key code. |
JFCKeyStroke[] |
AbstractKeyMapping.getKeyStrokes(char c)
Get the key codes required to construct the character. |
JFCKeyStroke[] |
AbstractKeyMapping.getKeyStrokes(int keyCode)
Get the key strokes required to construct the keyCode. |
private JFCKeyStroke[] |
AbstractKeyMapping.getKeyStrokes(java.lang.Object key,
java.util.HashMap map)
Get the key strokes form the mapping specified. |
Constructors in junit.extensions.jfcunit.keyboard with parameters of type JFCKeyStroke | |
JFCKeyStroke(JFCKeyStroke stroke)
Copy Constructor. |
Uses of JFCKeyStroke in junit.extensions.jfcunit.xml |
Fields in junit.extensions.jfcunit.xml declared as JFCKeyStroke | |
private JFCKeyStroke[] |
XMLRecorder.m_terminator
Terminator keystroke. |
Methods in junit.extensions.jfcunit.xml that return JFCKeyStroke | |
JFCKeyStroke[] |
XMLRecorder.getTerminator()
Get the current record Terminator. |
protected JFCKeyStroke[] |
XMLRecorder.getDefaultTerminator()
Get the default terminator. |
Methods in junit.extensions.jfcunit.xml with parameters of type JFCKeyStroke | |
void |
XMLRecorder.setTerminator(JFCKeyStroke[] stroke)
Set the terminator to be used to end the recording session. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |