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