Dali Provisional API
Release 3.2

Package org.eclipse.jpt.common.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.
ModifiableCollectionValueModel<E> Extend CollectionValueModel to allow the setting of the collection's values.
ModifiableListValueModel<E> Extend ListValueModel to allow the setting of the list's values.
ModifiablePropertyValueModel<V> Extend PropertyValueModel to allow the setting of the property's value.
PropertyValueModel<V> Interface used to abstract property accessing and change notification and make it more pluggable.
TreeNodeValueModel<V> Extend ModifiablePropertyValueModel to better support org.eclipse.jpt.common.utility.internal.model.value.swing.TreeModelAdapter.
 

Class Summary
TreeNodeValueModel.ParentTransformer<V>  
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.