Uses of Class
org.eclipse.zest.core.widgets.GraphConnection
Packages that use GraphConnection
- 
Uses of GraphConnection in org.eclipse.zest.core.viewersMethods in org.eclipse.zest.core.viewers that return GraphConnectionModifier and TypeMethodDescriptionAbstractStructuredGraphViewer.addGraphModelConnection(Object element, GraphNode source, GraphNode target) protected GraphConnectionAbstractStructuredGraphViewer.createConnectionObject(Graph graphModel, GraphNode source, GraphNode destination) Implement and return the new connection object, enables to define custom graph connectionsprotected GraphConnection[]AbstractStructuredGraphViewer.getConnectionsArray(Graph graph) Converts the list of GraphModelConnection objects into an array and returns it.AbstractStructuredGraphViewer.getGraphModelConnection(Object obj) Methods in org.eclipse.zest.core.viewers with parameters of type GraphConnectionModifier and TypeMethodDescriptionvoidISelfStyleProvider.selfStyleConnection(Object element, GraphConnection connection) Styles a connection
- 
Uses of GraphConnection in org.eclipse.zest.core.widgetsFields in org.eclipse.zest.core.widgets with type parameters of type GraphConnectionMethods in org.eclipse.zest.core.widgets that return types with arguments of type GraphConnectionModifier and TypeMethodDescriptionList<? extends GraphConnection> Graph.getConnections()Gets the list of GraphModelConnection objects.GraphContainer.getConnections()List<? extends GraphConnection> IContainer2.getConnections()Returns list of connections laying inside this container.List<? extends GraphConnection> GraphNode.getSourceConnections()Returns a new list of the source connections (GraphModelConnection objects).List<? extends GraphConnection> GraphNode.getTargetConnections()Returns a new list of the target connections (GraphModelConnection objects).