org.jzy3d.junit.replay.events
Class EventParser
java.lang.Object
org.jzy3d.junit.replay.events.EventParser
public class EventParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventParser
public EventParser()
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.