Package org.eclipse.wst.common.frameworks.datamodel

Examples of org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelProvider


  /**
   * Zero argument constructor
   */
  public TapestryFacetInstallPage() {
    // FIXME: following WebFacetInstallPage pattern which will be fixed at somepoint
    super(DataModelFactory.createDataModel(new AbstractDataModelProvider() {/*
                                         * do
                                         * nothing
                                         */
    }), "tapestry.facet.install.page"); //$NON-NLS-1$
    setTitle(Messages.TapestryFacetInstallPage_title);
View Full Code Here

TOP

Related Classes of org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelProvider

Copyright © 2018 www.massapicom. 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.