Uses of Interface
org.eclipse.wst.common.frameworks.datamodel.IDataModelProperties

Packages that use IDataModelProperties
org.eclipse.wst.common.frameworks.datamodel This package includes API for Data Model Provider framework for builing executable and undoable operations using data models, their providers and provider interfaces that contain the properties used by the providers to set and retrieve these propertiese. 
 

Uses of IDataModelProperties in org.eclipse.wst.common.frameworks.datamodel
 

Subinterfaces of IDataModelProperties in org.eclipse.wst.common.frameworks.datamodel
 interface IDataModelProvider
          IDataModelProviders are used by the DataMdoelFactory to construct IDataModels.
 

Classes in org.eclipse.wst.common.frameworks.datamodel that implement IDataModelProperties
 class AbstractDataModelProvider
           A default implementation of IDataModelProvider.