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, inputChanged
java.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 IStructuredContentProvider
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.