Search in sources :

Example 1 with SelectionModel

use of org.eclipse.nebula.widgets.nattable.selection.SelectionModel in project nebula.widgets.nattable by eclipse.

the class SelectionModelTest method before.

@Before
public void before() {
    SelectionLayer selectionLayer = new SelectionLayer(new DataLayerFixture(100, 100, 100, 40));
    this.model = new SelectionModel(selectionLayer);
}
Also used : SelectionLayer(org.eclipse.nebula.widgets.nattable.selection.SelectionLayer) DataLayerFixture(org.eclipse.nebula.widgets.nattable.test.fixture.layer.DataLayerFixture) SelectionModel(org.eclipse.nebula.widgets.nattable.selection.SelectionModel) Before(org.junit.Before)

Aggregations

SelectionLayer (org.eclipse.nebula.widgets.nattable.selection.SelectionLayer)1 SelectionModel (org.eclipse.nebula.widgets.nattable.selection.SelectionModel)1 DataLayerFixture (org.eclipse.nebula.widgets.nattable.test.fixture.layer.DataLayerFixture)1 Before (org.junit.Before)1