Uses of Interface
org.eclipse.jpt.common.utility.model.value.ListValueModel

Packages that use ListValueModel
org.eclipse.jpt.common.utility.model.value   
 

Uses of ListValueModel in org.eclipse.jpt.common.utility.model.value
 

Subinterfaces of ListValueModel in org.eclipse.jpt.common.utility.model.value
 interface WritableListValueModel<E>
          Extend ListValueModel to allow the setting of the lists's values.
 

Methods in org.eclipse.jpt.common.utility.model.value that return ListValueModel
 ListValueModel<TreeNodeValueModel<T>> TreeNodeValueModel.childrenModel()
          Return a list value model of the node's child nodes.