Uses of Interface
junit.extensions.jfcunit.eventdata.EventDataConstants

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

Uses of EventDataConstants in junit.extensions.jfcunit.eventdata
 

Classes in junit.extensions.jfcunit.eventdata that implement EventDataConstants
 class AbstractEventData
          Abstract data container class that holds most of the data necessary for jfcUnit to fire events.
 class AbstractKeyEventData
          Abstract data container class that holds most of the data necessary for jfcUnit to fire key events.
 class AbstractMouseEventData
          Abstract data container class that holds most of the data necessary for jfcUnit to fire mouse events.
 class BaseEventDataTagHandler
          Implements the common methods used by many of the EventData classes.
 class ClickTagHandler
          This class will handle the processing of <click> nodes.
 class DragEventData
          DragEventSource is a wrapper for Drag Events.
 class DragTagHandler
          This class will handle the processing of <click> nodes.
 class JComboBoxMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JComboBoxMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JFCEventManager
          This class provides a recording capabilities for AWTEvents.
 class JFCEventManagerTagHandler
          This element controls the JFCEventManager.
 class JListMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JListMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JMenuMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JMenuMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JSpinnerMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JSpinnerMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTabbedPaneMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTabbedPaneMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTableHeaderMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTableHeaderMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTableMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTableMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTextComponentMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTextComponentMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTreeMouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class JTreeMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class KeyEventData
          Data container class that holds all the data necessary for jfcUnit to fire key events.
 class KeyTagHandler
          This class will handle the processing of <key> nodes.
 class MouseEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class MouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class MouseWheelEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 class MouseWheelEventDataTagHandler
          This element implements the mouse wheel movement.
 class PathTagHandler
          Title: PathDataTagHandler
 class StringEventData
          Data container class that holds all the data necessary for jfcUnit to fire mouse events.
 

Uses of EventDataConstants in junit.extensions.jfcunit.finder
 

Classes in junit.extensions.jfcunit.finder that implement EventDataConstants
 class AbstractButtonFinderTagHandler
          This is a extension of the findTagHandler element.
 class BaseFindTagHandler
          This class provides the basic handling for all of the FindTagHandler implementations.
 class ComponentFinderTagHandler
          This is a extension of the findTagHandler element.
 class DialogFinderTagHandler
          This is a extension of the findTagHandler element.
 class FindTagHandler
          This element helps locate objects within the gui.
 class FrameFinderTagHandler
          This is a extension of the findTagHandler element.
 class JInternalFrameFinderTagHandler
          This is a extension of the findTagHandler element.
 class JLabelFinderTagHandler
          This is a extension of the findTagHandler element.
 class JMenuItemFinderTagHandler
          This is a extension of the findTagHandler element.
 class JPopupMenuFinderTagHandler
          This is a extension of the FindTagHandler element.
 class JWindowFinderTagHandler
          This is a extension of the findTagHandler element.
 class LabeledComponentFinderTagHandler
          This is a extension of the findTagHandler element.
 class NamedComponentFinderTagHandler
          This is a extension of the findTagHandler element.
 

Uses of EventDataConstants in junit.extensions.jfcunit.xml
 

Subinterfaces of EventDataConstants in junit.extensions.jfcunit.xml
 interface JFCXMLConstants
          This class defines the common tokens which are used in parsing the XML file.
 

Classes in junit.extensions.jfcunit.xml that implement EventDataConstants
 class AWTEventQueueTagHandler
          This class controls the AWTEventQueue.
 class JFCXMLTestCase
          This class will handle the processing of <test> nodes.
 class SleepTagHandler
          This class will handle causes the test case to sleep and allows the AWTEventQueue to run for the specified number of milliseconds.
 class TestTagHandler
          This class will handle the processing of <test> nodes.
 class XMLRecorder
          Title: class XMLRecorder.
 



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