Package org.eclipse.jpt.utility.model.value

Interface Summary
CollectionValueModel<E> Interface used to abstract collection accessing and change notification and make it more pluggable.
ListValueModel<E> Interface used to abstract list accessing and change notification and make it more pluggable.
PropertyValueModel<T> Interface used to abstract property accessing and change notification and make it more pluggable.
TreeNodeValueModel<T> Extend WritablePropertyValueModel to better support TreeModelAdapter.
TreeValueModel<E> Interface used to abstract tree accessing and change notification and make it more pluggable.
WritablePropertyValueModel<T> Extend ValueModel to allow the setting of the property's value.