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);
}
Aggregations