Package org.xhtmlrenderer.swt
Class CursorListener
java.lang.Object
org.xhtmlrenderer.swt.CursorListener
- All Implemented Interfaces:
EventListener
,org.eclipse.swt.events.MouseMoveListener
,org.eclipse.swt.internal.SWTEventListener
Listener to change cursor according to css style.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCursorListener
(BasicRenderer parent) Construct a CursorListener and add it to the parent. -
Method Summary
-
Field Details
-
_parent
-
-
Constructor Details
-
CursorListener
Construct a CursorListener and add it to the parent.
-
-
Method Details
-
mouseMove
public void mouseMove(org.eclipse.swt.events.MouseEvent e) - Specified by:
mouseMove
in interfaceorg.eclipse.swt.events.MouseMoveListener
-