Package org.eclipse.zest.core.viewers
Interface ISelfStyleProvider
public interface ISelfStyleProvider
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 TypeMethodDescriptionvoid
selfStyleConnection
(Object element, GraphConnection connection) Styles a connectionvoid
selfStyleNode
(Object element, GraphNode node) Styles a node
-
Method Details
-
selfStyleConnection
Styles a connection -
selfStyleNode
Styles a node
-