Package org.eclipse.zest.core.viewers
Interface IConnectionStyleProvider2
- All Superinterfaces:
IConnectionStyleProvider,IDisposable
@Deprecated(since="1.19",
forRemoval=true)
public interface IConnectionStyleProvider2
extends IConnectionStyleProvider
Deprecated, for removal: This API element is subject to removal in a future version.
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 Summary
Methods inherited from interface org.eclipse.zest.core.viewers.IConnectionStyleProvider
getColor, getConnectionStyle, getHighlightColor, getLineWidth, getTooltipMethods inherited from interface org.eclipse.ui.services.IDisposable
dispose
-
Method Details
-
getRouter
@Deprecated(since="1.19", forRemoval=true) org.eclipse.draw2d.ConnectionRouter getRouter(Object rel) Deprecated, for removal: This API element is subject to removal in a future version.Returns 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
-
ConnectionStyleDecoratorinstead. This interface will be removed after the 2028-09 release.