Class SelectionEventsTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.event.SelectionEventsTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
static final boolean
static final boolean
static final boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_SHIFT
public static final boolean NO_SHIFT- See Also:
-
NO_CTRL
public static final boolean NO_CTRL- See Also:
-
WITH_SHIFT
public static final boolean WITH_SHIFT- See Also:
-
WITH_CTRL
public static final boolean WITH_CTRL- See Also:
-
-
Constructor Details
-
SelectionEventsTest
public SelectionEventsTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
shouldFireCellSelectionEvent
@Test public void shouldFireCellSelectionEvent() -
shouldFireRowSelectionEvent
@Test public void shouldFireRowSelectionEvent() -
shouldFireColumnSelectionEvent
@Test public void shouldFireColumnSelectionEvent()
-