Package org.jzy3d.junit.replay.events
Class EventParser
- java.lang.Object
-
- org.jzy3d.junit.replay.events.EventParser
-
public class EventParser extends Object
-
-
Constructor Summary
Constructors Constructor Description EventParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
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)
-
-