Uses of Interface
org.eclipse.compare.INavigatable
-
Packages that use INavigatable Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. -
-
Uses of INavigatable in org.eclipse.compare
Methods in org.eclipse.compare that return INavigatable Modifier and Type Method Description protected abstract INavigatable[]
CompareNavigator. getNavigatables()
protected INavigatable
CompareNavigator. getNavigator(Object object)
Returns theINavigatable
for the given object if the object adapts toINavigatable
.
-