public interface IGraphContentProvider extends IStructuredContentProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDestination(java.lang.Object rel)
Gets the target Object for the given relationship.
|
java.lang.Object[] |
getElements(java.lang.Object input)
Returns all the relationships in the graph for the given input.
|
java.lang.Object |
getSource(java.lang.Object rel)
Gets the source Object for the given relationship.
|
dispose, inputChangedjava.lang.Object getSource(java.lang.Object rel)
rel - the relationship.java.lang.Object getDestination(java.lang.Object rel)
rel - the relationship.java.lang.Object[] getElements(java.lang.Object input)
getElements in interface IStructuredContentProviderCopyright (c) 2014 itemis AG and others. All rights reserved.