Class MouseActionFixture
java.lang.Object
org.eclipse.nebula.widgets.nattable.test.fixture.MouseActionFixture
- All Implemented Interfaces:
IMouseAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidreset()voidTranslates the SWT MouseEvent to a NatTable command and executes that command accordingly.
-
Constructor Details
-
MouseActionFixture
public MouseActionFixture()
-
-
Method Details
-
run
Description copied from interface:IMouseActionTranslates the SWT MouseEvent to a NatTable command and executes that command accordingly.- Specified by:
runin interfaceIMouseAction- Parameters:
natTable- The NatTable instance on which the MouseEvent was fired and on which the command should be executed.event- The received MouseEvent.
-
isActionInvoked
public boolean isActionInvoked() -
reset
public void reset()
-