Uses of Interface
org.eclipse.jpt.core.JpaStructureNode

Packages that use JpaStructureNode
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.ui   
org.eclipse.jpt.ui.details   
 

Uses of JpaStructureNode in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JpaStructureNode
 JpaStructureNode JpaFile.getStructureNode(int textOffset)
          Return the structure node best represented by the location in the file.
 JpaStructureNode JpaStructureNode.getStructureNode(int textOffset)
          Return the structure node at the given offset.
 

Methods in org.eclipse.jpt.core that return types with arguments of type JpaStructureNode
 java.util.Iterator<JpaStructureNode> JpaFile.rootStructureNodes()
          Return the root context model objects represented by this JPA file.
 

Methods in org.eclipse.jpt.core with parameters of type JpaStructureNode
 void JpaFile.addRootStructureNode(java.lang.Object key, JpaStructureNode rootStructureNode)
          Add a root context model object represented by this JPA file.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.context
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context
 interface PersistentAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface PersistentType
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.context.java
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context.java
 interface JavaPersistentAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaPersistentType
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.context.orm
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context.orm
 interface EntityMappings
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPersistentAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPersistentType
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmXml
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.context.persistence
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context.persistence
 interface ClassRef
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface MappingFileRef
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Persistence
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface PersistenceUnit
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface PersistenceXml
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of JpaStructureNode in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui with parameters of type JpaStructureNode
 JpaDetailsProvider JpaPlatformUi.detailsProvider(JpaStructureNode contextNode)
           
 

Uses of JpaStructureNode in org.eclipse.jpt.ui.details
 

Classes in org.eclipse.jpt.ui.details with type parameters of type JpaStructureNode
 interface JpaDetailsPage<T extends JpaStructureNode>
          A details page is used to show the propery pane for a given context node.
 

Methods in org.eclipse.jpt.ui.details that return types with arguments of type JpaStructureNode
 JpaDetailsPage<? extends JpaStructureNode> JpaDetailsProvider.buildDetailsPage(org.eclipse.swt.widgets.Composite parent, java.lang.Object contentNodeId, WidgetFactory widgetFactory)
          Creates a new details page based on the given content node id.