org.jzy3d.junit.replay.events
Class EventParser

java.lang.Object
  extended by org.jzy3d.junit.replay.events.EventParser

public class EventParser
extends Object


Constructor Summary
EventParser()
           
 
Method Summary
 IEventLog parse(String event)
           
protected  IComponentEventLog parseComponentEvent(Matcher matcher, IComponentEventLog.ComponentEventType type)
           
protected  IKeyEventLog parseKeyEvent(Matcher matcher, IKeyEventLog.KeyEventType type)
           
protected  IMouseEventLog parseMouseEvent(Matcher matcher, IMouseEventLog.MouseEventType type)
           
protected  IMouseEventLog parseMouseWheelEvent(Matcher matcher)
           
protected  IWindowEventLog parseWindowEvent(Matcher matcher, IWindowEventLog.WindowEventType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventParser

public EventParser()
Method Detail

parse

public IEventLog parse(String event)

parseMouseEvent

protected IMouseEventLog parseMouseEvent(Matcher matcher,
                                         IMouseEventLog.MouseEventType type)

parseMouseWheelEvent

protected IMouseEventLog parseMouseWheelEvent(Matcher matcher)

parseKeyEvent

protected IKeyEventLog parseKeyEvent(Matcher matcher,
                                     IKeyEventLog.KeyEventType type)

parseWindowEvent

protected IWindowEventLog parseWindowEvent(Matcher matcher,
                                           IWindowEventLog.WindowEventType type)

parseComponentEvent

protected IComponentEventLog parseComponentEvent(Matcher matcher,
                                                 IComponentEventLog.ComponentEventType type)


Copyright © 2013. All rights reserved.