use of org.eclipse.nebula.widgets.nattable.test.fixture.ColumnCategoriesModelFixture in project nebula.widgets.nattable by eclipse.
the class ChooseColumnsFromCategoriesCommandHandlerTest method setup.
@Before
public void setup() {
this.hideShowLayerFixture = new ColumnHideShowLayerFixture();
this.commandHandler = new ChooseColumnsFromCategoriesCommandHandler(this.hideShowLayerFixture, new ColumnHeaderLayerFixture(), new DataLayerFixture(), new ColumnCategoriesModelFixture());
}
use of org.eclipse.nebula.widgets.nattable.test.fixture.ColumnCategoriesModelFixture in project nebula.widgets.nattable by eclipse.
the class Listener method main.
public static void main(String[] args) {
ColumnCategoriesDialog dialog = new ColumnCategoriesDialog(new Shell(), new ColumnCategoriesModelFixture(), ColumnEntriesFixture.getEntriesWithEvenIndexes(), ColumnEntriesFixture.getEntriesWithOddIndexes());
dialog.addListener(new Listener());
dialog.open();
}
Aggregations