Class DisplayModeMouseEventMatcher

java.lang.Object
org.eclipse.nebula.widgets.nattable.ui.matcher.DisplayModeMouseEventMatcher
All Implemented Interfaces:
IMouseEventMatcher

public class DisplayModeMouseEventMatcher extends Object implements IMouseEventMatcher
This class is used to check a mouse event against the DisplayMode of the cell at the mouse event's position. Optionally, the matcher can be chained with an additional IMouseEventMatcher (results are and'ed).