Package 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.

See:
          Description

Interface Summary
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.
 

Class Summary
AbstractDataModelOperation Abstract implementation for an IDataModelOperation.
AbstractDataModelProvider A default implementation of IDataModelProvider.
DataModelEvent This event is used to communicate property changes from IDataModels to their IDataModelListeners.
DataModelFactory DataModelFactory is used to create IDataModel instances.
DataModelPropertyDescriptor A DataModelPropertyDescriptor provides a human readible description for an IDataModel propertyValue.
 

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

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.

top