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

Packages that use org.eclipse.wst.common.frameworks.datamodel
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. 
 

Classes in org.eclipse.wst.common.frameworks.datamodel used by org.eclipse.wst.common.frameworks.datamodel
DataModelEvent
           This event is used to communicate property changes from IDataModels to their IDataModelListeners.
DataModelPropertyDescriptor
           A DataModelPropertyDescriptor provides a human readible description for an IDataModel propertyValue.
IDataModel
           IDataModels are the core piece of a framework used to simplify data collection, operation execution, and Wizard generation.
IDataModelListener
           The interface required when listening for DataModelEvents from an IDataModel.
IDataModelOperation
           IDataModelOperation defines an IDataModel driven undoable operation.
IDataModelProperties
           IDataModelProperties provides the base interface for all Data Model Properties interfaces.
IDataModelProvider
          IDataModelProviders are used by the DataMdoelFactory to construct IDataModels.