Uses of Class
junit.extensions.jfcunit.eventdata.AbstractKeyEventData

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.
 



Licensed under: GNU Lesser General Public License, Ver 2.1, February 1999