Examples of DummyBodyDataProvider


Examples of org.eclipse.nebula.widgets.nattable.grid.data.DummyBodyDataProvider

    public String getDescription() {
        return "This example shows a very large (500 columns x 1 million rows) data layer with a column header attached.";
    }

    public Control createExampleControl(Composite parent) {
        DummyBodyDataProvider bodyDataProvider = new DummyBodyDataProvider(500,
                1000000);
        SelectionLayer selectionLayer = new SelectionLayer(new DataLayer(
                bodyDataProvider));
        ViewportLayer viewportLayer = new ViewportLayer(selectionLayer);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.