Examples of TableViewerColumnDynamicProperty


Examples of org.eclipse.e4.xwt.javabean.metadata.properties.TableViewerColumnDynamicProperty

    // PROPERTY_DATA_KEY
    //
    metaclass.addProperty(new TableViewerColumnWidthProperty());
    metaclass.addProperty(new TableViewerColumnTextProperty());
    metaclass.addProperty(new TableViewerColumnImageProperty());
    metaclass.addProperty(new TableViewerColumnDynamicProperty(
        PropertiesConstants.PROPERTY_BINDING_PATH,
        IUserDataConstants.XWT_PROPERTY_DATA_KEY, String.class));
    metaclass.addProperty(new TableViewerColumnDynamicProperty(
        PropertiesConstants.PROPERTY_ITEM_TEXT,
        IUserDataConstants.XWT_PROPERTY_ITEM_TEXT_KEY, IBinding.class));
    metaclass.addProperty(new TableViewerColumnDynamicProperty(
        PropertiesConstants.PROPERTY_ITEM_IMAGE,
        IUserDataConstants.XWT_PROPERTY_ITEM_IMAGE_KEY, IBinding.class));

    registerMetaclass(DefaultCellModifier.class);
    registerMetaclass(ViewerFilter.class);
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.