use of org.eclipse.nebula.widgets.nattable.test.fixture.layer.BaseRowHideShowLayerFixture in project nebula.widgets.nattable by eclipse.
the class HideShowRowEventTest method setUp.
@Before
public void setUp() {
this.hideShowLayer = new BaseRowHideShowLayerFixture(new DataLayerFixture(100, 40));
this.layerListener = new LayerListenerFixture();
}
Aggregations