Package org.eclipse.zest.core.viewers
Interface IConnectionStyleProvider2
- All Superinterfaces:
- IConnectionStyleProvider,- IDisposable
Extend the IConnectionStyleProvider interface to provide additional methods
 introduced by Zest 2.x.
 WARNING: THIS API IS UNDER CONSTRUCTION AND SHOULD NOT BE USED
- Since:
- 1.12
- See Also:
- @noreference
- This interface is not intended to be referenced by clients.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the connection router of the single relation.Methods inherited from interface org.eclipse.zest.core.viewers.IConnectionStyleProvidergetColor, getConnectionStyle, getHighlightColor, getLineWidth, getTooltipMethods inherited from interface org.eclipse.ui.services.IDisposabledispose
- 
Method Details- 
getRouterReturns the connection router of the single relation.- Parameters:
- rel- the relationship represented by this connection.
- Returns:
- the connection router for rel. Null for default.
- Since:
- 1.12
 
 
-