Package org.eclipse.zest.core.viewers
Interface IGraphEntityRelationshipContentProvider
- All Superinterfaces:
IContentProvider
,IStructuredContentProvider
A content provider that is node-relationship centric. Call-backs return model
nodes to the user, and ask for relationships. Both nodes and relationships
are represented by the user's model.
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
getRelationships
(Object source, Object dest) Gets the relationships between the given source and destination nodes.Methods inherited from interface org.eclipse.jface.viewers.IContentProvider
dispose, inputChanged
Methods inherited from interface org.eclipse.jface.viewers.IStructuredContentProvider
getElements
-
Method Details
-
getRelationships
Gets the relationships between the given source and destination nodes.- Parameters:
source
- the source node.dest
- the destination node.- Returns:
- objects represtenting the different relationships between the nodes.
-