Package org.jzy3d.junit.replay.events
Class EventParser
java.lang.Object
org.jzy3d.junit.replay.events.EventParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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)
-
Constructor Details
-
EventParser
public EventParser()
-
-
Method Details
-
parse
-
parseMouseEvent
-
parseMouseWheelEvent
-
parseKeyEvent
-
parseWindowEvent
-
parseComponentEvent
protected IComponentEventLog parseComponentEvent(Matcher matcher, IComponentEventLog.ComponentEventType type)
-