Uses of Interface
org.eclipse.zest.layouts.interfaces.ConnectionLayout
Packages that use ConnectionLayout
- 
Uses of ConnectionLayout in org.eclipse.zest.core.widgetsMethods in org.eclipse.zest.core.widgets with parameters of type ConnectionLayoutModifier and TypeMethodDescriptionprotected voidDefaultSubgraph.refreshConnectionsVisibility(ConnectionLayout[] connections) 
- 
Uses of ConnectionLayout in org.eclipse.zest.layouts.interfacesMethods in org.eclipse.zest.layouts.interfaces that return ConnectionLayoutModifier and TypeMethodDescriptionLayoutContext.getConnections()Returns all the connections between nodes that should be laid out.LayoutContext.getConnections(EntityLayout layoutEntity1, EntityLayout layoutEntity2) Returns all the connections between given source and target entities.NodeLayout.getIncomingConnections()Returns all connections that have this node as a target.NodeLayout.getOutgoingConnections()Returns all connections that have this node as a source.Methods in org.eclipse.zest.layouts.interfaces with parameters of type ConnectionLayoutModifier and TypeMethodDescriptionbooleanGraphStructureListener.connectionAdded(LayoutContext context, ConnectionLayout connection) This method is called whenever a connection is added to a context.booleanGraphStructureListener.Stub.connectionAdded(LayoutContext context, ConnectionLayout connection) booleanGraphStructureListener.connectionRemoved(LayoutContext context, ConnectionLayout connection) This method is called whenever a connection is removed from a context.booleanGraphStructureListener.Stub.connectionRemoved(LayoutContext context, ConnectionLayout connection)