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 org.eclipse.jpt.utility.internal.model.value.swing.TreeModelAdapter.
TreeValueModel<E> Interface used to abstract tree accessing and change notification and make it more pluggable.
WritableCollectionValueModel<E> Extend CollectionValueModel to allow the setting of the collection's values.
WritableListValueModel<E> Extend ListValueModel to allow the setting of the lists's values.
WritablePropertyValueModel<T> Extend PropertyValueModel to allow the setting of the property's value.