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 SummaryModifier and TypeMethodDescriptionvoidselfStyleConnection(Object element, GraphConnection connection) Styles a connectionvoidselfStyleNode(Object element, GraphNode node) Styles a node
- 
Method Details- 
selfStyleConnectionStyles a connection
- 
selfStyleNodeStyles a node
 
-