Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.JpaFile

Packages that use JpaFile
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.ui   
org.eclipse.jpt.jpa.ui.selection   
 

Uses of JpaFile in org.eclipse.jpt.jpa.core
 

Fields in org.eclipse.jpt.jpa.core with type parameters of type JpaFile
static org.eclipse.jpt.common.utility.transformer.Transformer<JpaFile,JptResourceModel> JpaFile.RESOURCE_MODEL_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core that return JpaFile
 JpaFile JpaPlatform.buildJpaFile(JpaProject jpaProject, IFile file)
          Return a JPA file corresponding to the specified Eclipse file.
 JpaFile JpaFactory.buildJpaFile(JpaProject jpaProject, IFile file, IContentType contentType, JptResourceModel resourceModel)
          Construct a JPA file for the specified JPA project, file, content type, and resource model.
 JpaFile JpaProject.getJpaFile(IFile file)
          Return the JPA file corresponding to the specified file.
 JpaFile JpaFile.Reference.getValue()
          Return the JPA file corresponding to the reference's Eclipse file, or null if unable to associate the specified file with a JPA file.
 

Methods in org.eclipse.jpt.jpa.core that return types with arguments of type JpaFile
 Iterable<JpaFile> JpaProject.getJarJpaFiles()
          Return the JPA project's JPA files for jars.
 Iterable<JpaFile> JpaProject.getJpaFiles()
          Return the JPA project's JPA files.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JpaFile
 void JpaStructureNode.addRootStructureNodesTo(JpaFile jpaFile, Collection<JpaStructureNode> rootStructureNodes)
          Add the to the specified collection the specified JPA file's root structure nodes (i.e. the nodes that will be the root elements in the JPA Structure view when the JPA file is displayed by the active editor).
 boolean JpaFile.FileEquals.evaluate(JpaFile jpaFile)
           
 JptResourceModel JpaFile.ResourceModelTransformer.transform(JpaFile jpaFile)
           
 

Uses of JpaFile in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type JpaFile
 void XmlFile.addRootStructureNodesTo(JpaFile jpaFile, Collection<JpaStructureNode> rootStructureNodes)
          Add the appropriate root structure nodes to the collection that correspond to the given JPA file.
 void MappingFile.addRootStructureNodesTo(JpaFile jpaFile, Collection<JpaStructureNode> rootStructureNodes)
          Add the appropriate root structure nodes to the collection that correspond to the given JPA file.
 

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

Methods in org.eclipse.jpt.jpa.ui with parameters of type JpaFile
 ItemTreeStateProviderFactoryProvider JpaPlatformUi.getStructureViewFactoryProvider(JpaFile jpaFile)
          Return a structure provider for the specified JPA file.
 

Uses of JpaFile in org.eclipse.jpt.jpa.ui.selection
 

Methods in org.eclipse.jpt.jpa.ui.selection that return types with arguments of type JpaFile
 PropertyValueModel<JpaFile> JpaViewManager.PageManager.getJpaFileModel()
          Return the manager's JPA file model.
 PropertyValueModel<JpaFile> JpaEditorManager.getJpaFileModel()
          Return the manager's JPA file model.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.