|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JpaNode
JPA-specific protocol. All JPA objects belong to a JPA project, are associated with a resource, and have a parent (excepting the JPA project).
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Method Summary | |
|---|---|
JpaPlatform |
getJpaPlatform()
Return the model's JPA platform. |
JpaProject |
getJpaProject()
Return the JPA project the node belongs to. |
JpaProject.Manager |
getJpaProjectManager()
Return the JPA project manager. |
JpaNode |
getParent()
Return the JPA node's parent. |
IResource |
getResource()
Return the node's resource, typically for validation messages. |
void |
stateChanged()
Some state or child (or grandchild etc.) of the JPA node changed. |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
JpaProject.Manager getJpaProjectManager()
JpaProject getJpaProject()
JpaNode getParent()
void stateChanged()
Model.addStateChangeListener(org.eclipse.jpt.common.utility.model.listener.StateChangeListener),
StateChangeEvent,
StateChangeListenerIResource getResource()
JpaPlatform getJpaPlatform()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||