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