Dali Provisional API
Release 3.2

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

Packages that use CollectionValueModel
org.eclipse.jpt.common.utility.model.value   
org.eclipse.jpt.jpa.ui   
 

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

Subinterfaces of CollectionValueModel in org.eclipse.jpt.common.utility.model.value
 interface ModifiableCollectionValueModel<E>
          Extend CollectionValueModel to allow the setting of the collection's values.
 

Uses of CollectionValueModel in org.eclipse.jpt.jpa.ui
 

Subinterfaces of CollectionValueModel in org.eclipse.jpt.jpa.ui
 interface JpaProjectsModel
          Standard adapter for retrieving a model of a workspace's JPA projects with change notification when the model changes: IWorkspace workspace = ResourcesPlugin.getWorkspace(); JpaProjectsModel jpaProjectsModel = (JpaProjectsModel) workspace.getAdapter(JpaProjectsModel.class);
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.