|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractKeyEventData | |
junit.extensions.jfcunit | |
junit.extensions.jfcunit.eventdata | Event data structures are used to define the operation on specific components. |
Uses of AbstractKeyEventData in junit.extensions.jfcunit |
Methods in junit.extensions.jfcunit with parameters of type AbstractKeyEventData | |
void |
TestHelper.sendString(AbstractKeyEventData evtData)
This method is used to send KeyPressed, KeyTyped and KeyReleased events (in that order) to the specified component. |
Uses of AbstractKeyEventData in junit.extensions.jfcunit.eventdata |
Subclasses of AbstractKeyEventData in junit.extensions.jfcunit.eventdata | |
class |
KeyEventData
Data container class that holds all the data necessary for jfcUnit to fire key events. |
class |
StringEventData
Data container class that holds all the data necessary for jfcUnit to fire mouse events. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |