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

Packages that use AbstractMouseEventData
junit.extensions.jfcunit   
junit.extensions.jfcunit.eventdata Event data structures are used to define the operation on specific components. 
 

Uses of AbstractMouseEventData in junit.extensions.jfcunit
 

Methods in junit.extensions.jfcunit with parameters of type AbstractMouseEventData
 void TestHelper.enterClickAndLeave(AbstractMouseEventData evtData)
          Helper method to fire appropriate events to click(s) a component with a custom wait method.
 void TestHelper.enterDragAndLeave(AbstractMouseEventData srcEvtData, AbstractMouseEventData dstEvtData, int incr)
          Helper method to fire appropriate events to drag and drop a component with a custom wait method.
 

Uses of AbstractMouseEventData in junit.extensions.jfcunit.eventdata
 

Subclasses of AbstractMouseEventData in junit.extensions.jfcunit.eventdata
 class JComboBoxMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JListMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JMenuMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JSpinnerMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTabbedPaneMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTableHeaderMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTableMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTextComponentMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTreeMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class MouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class MouseWheelEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 

Fields in junit.extensions.jfcunit.eventdata declared as AbstractMouseEventData
private  AbstractMouseEventData DragEventData.m_dest
          Destination of the drag event.
private  AbstractMouseEventData DragEventData.m_source
          Source of the drag event.
private  AbstractMouseEventData BaseEventDataTagHandler.m_eventData
          Event data generated by the tag handler implementation.
 

Methods in junit.extensions.jfcunit.eventdata that return AbstractMouseEventData
 AbstractMouseEventData DragEventData.getDest()
          Get the destination MouseEventData.
 AbstractMouseEventData DragEventData.getSource()
          Get the Source of the drag event.
(package private)  AbstractMouseEventData BaseEventDataTagHandler.getEventData()
          Gets the event data generated by this class.
 

Methods in junit.extensions.jfcunit.eventdata with parameters of type AbstractMouseEventData
 void DragEventData.setDest(AbstractMouseEventData dest)
          Set the Destination of the drag event.
 void DragEventData.setSource(AbstractMouseEventData source)
          Set the Source of the drag event.
(package private)  void BaseEventDataTagHandler.setEventData(AbstractMouseEventData data)
          Set the event data.
 

Constructors in junit.extensions.jfcunit.eventdata with parameters of type AbstractMouseEventData
DragEventData(JFCTestCase testCase, AbstractMouseEventData source)
          Constructor: Assumes a null destination and default sleep time.
DragEventData(JFCTestCase testCase, AbstractMouseEventData source, AbstractMouseEventData dest)
          Constructor for a drag event.
DragEventData(JFCTestCase testCase, AbstractMouseEventData source, AbstractMouseEventData dest, long delay)
          Constructor for a drag event.
 



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