Package org.eclipse.zest.core.viewers
Interface ISelfStyleProvider
Deprecated, for removal: This API element is subject to removal in a future version.
Provides a mechanism to style nodes and edges when they are created.
After each node or edge is created, the self styling method will be called
with both the element and the widget.
-
Method Summary
Modifier and TypeMethodDescriptionvoidselfStyleConnection(Object element, GraphConnection connection) Deprecated, for removal: This API element is subject to removal in a future version.voidselfStyleNode(Object element, GraphNode node) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
selfStyleConnection
@Deprecated(since="1.19", forRemoval=true) void selfStyleConnection(Object element, GraphConnection connection) Deprecated, for removal: This API element is subject to removal in a future version.Styles a connection -
selfStyleNode
Deprecated, for removal: This API element is subject to removal in a future version.Styles a node
-
GraphLabelDecoratorinstead. This interface will be removed after the 2028-09 release.