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 IEventLogparse(String event)protected IComponentEventLogparseComponentEvent(Matcher matcher, IComponentEventLog.ComponentEventType type)protected IKeyEventLogparseKeyEvent(Matcher matcher, IKeyEventLog.KeyEventType type)protected IMouseEventLogparseMouseEvent(Matcher matcher, IMouseEventLog.MouseEventType type)protected IMouseEventLogparseMouseWheelEvent(Matcher matcher)protected IWindowEventLogparseWindowEvent(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)
-
-