Uses of Interface
org.eclipse.ocl.examples.modelregistry.environment.ProjectHandle

Packages that use ProjectHandle
org.eclipse.ocl.examples.modelregistry.eclipse   
org.eclipse.ocl.examples.modelregistry.environment   
org.eclipse.ocl.examples.modelregistry.model   
org.eclipse.ocl.examples.modelregistry.standalone   
org.eclipse.ocl.examples.modelregistry.ui.properties   
 

Uses of ProjectHandle in org.eclipse.ocl.examples.modelregistry.eclipse
 

Classes in org.eclipse.ocl.examples.modelregistry.eclipse that implement ProjectHandle
 class EclipseProjectHandle
           
 

Methods in org.eclipse.ocl.examples.modelregistry.eclipse that return ProjectHandle
 ProjectHandle EclipseFileHandle.getProjectHandle()
           
 

Uses of ProjectHandle in org.eclipse.ocl.examples.modelregistry.environment
 

Methods in org.eclipse.ocl.examples.modelregistry.environment that return ProjectHandle
 ProjectHandle FileHandle.getProjectHandle()
          Return the handle of the project.
 

Uses of ProjectHandle in org.eclipse.ocl.examples.modelregistry.model
 

Methods in org.eclipse.ocl.examples.modelregistry.model that return ProjectHandle
 ProjectHandle ProjectRegistry.getProject()
           
 

Constructors in org.eclipse.ocl.examples.modelregistry.model with parameters of type ProjectHandle
ProjectRegistry(ProjectHandle projectHandle)
           
 

Uses of ProjectHandle in org.eclipse.ocl.examples.modelregistry.standalone
 

Classes in org.eclipse.ocl.examples.modelregistry.standalone that implement ProjectHandle
 class JavaProjectHandle
           
 

Methods in org.eclipse.ocl.examples.modelregistry.standalone that return ProjectHandle
 ProjectHandle JavaFileHandle.getProjectHandle()
           
 

Uses of ProjectHandle in org.eclipse.ocl.examples.modelregistry.ui.properties
 

Methods in org.eclipse.ocl.examples.modelregistry.ui.properties that return ProjectHandle
protected  ProjectHandle PropertyPage.getProjectHandle()