Uses of Interface
org.eclipse.gef.ConnectionEditPart
Packages that use ConnectionEditPart
Package
Description
All interfaces, base types, and the plugin class are here.
This package contains abstract implementation of the EditPart interface.
This package contains EditPolicy implementations for many common editing 
Roles.
This package provide several common handle implementations.
This package contains the common Request types used by the provided tools and edit policies.
This package provides several tool implementations.
- 
Uses of ConnectionEditPart in org.eclipse.gefMethods in org.eclipse.gef that return types with arguments of type ConnectionEditPartModifier and TypeMethodDescriptionList<? extends ConnectionEditPart> GraphicalEditPart.getSourceConnections()Returns the source connections for this GraphicalEditPart.List<? extends ConnectionEditPart> GraphicalEditPart.getTargetConnections()Returns the target connections for this GraphicalEditPart.Methods in org.eclipse.gef with parameters of type ConnectionEditPartModifier and TypeMethodDescriptionNodeEditPart.getSourceConnectionAnchor(ConnectionEditPart connection) Returns theConnectionAnchorfor the specified source connection.NodeEditPart.getTargetConnectionAnchor(ConnectionEditPart connection) Returns theConnectionAnchorfor the specified target connection.voidNodeListener.removingSourceConnection(ConnectionEditPart connection, int index) Called prior to removing the connection from its source node.voidNodeListener.removingTargetConnection(ConnectionEditPart connection, int index) Called prior to removing the connection from its target node.voidNodeListener.sourceConnectionAdded(ConnectionEditPart connection, int index) Called after the connection has been added to its source node.voidNodeListener.targetConnectionAdded(ConnectionEditPart connection, int index) Called after the connection has been added to its target node.
- 
Uses of ConnectionEditPart in org.eclipse.gef.editpartsClasses in org.eclipse.gef.editparts that implement ConnectionEditPartFields in org.eclipse.gef.editparts with type parameters of type ConnectionEditPartModifier and TypeFieldDescriptionprotected List<ConnectionEditPart> AbstractGraphicalEditPart.sourceConnectionsList of source ConnectionEditPartsprotected List<ConnectionEditPart> AbstractGraphicalEditPart.targetConnectionsList of source ConnectionEditPartsMethods in org.eclipse.gef.editparts that return ConnectionEditPartModifier and TypeMethodDescriptionprotected ConnectionEditPartAbstractGraphicalEditPart.createConnection(Object model) Creates aConnectionEditPartfor the given model.protected ConnectionEditPartAbstractGraphicalEditPart.createOrFindConnection(Object model) Searches for an existingConnectionEditPartin the Viewer'sEditPart registryand returns it if one is found.Methods in org.eclipse.gef.editparts that return types with arguments of type ConnectionEditPartModifier and TypeMethodDescriptionList<? extends ConnectionEditPart> AbstractGraphicalEditPart.getSourceConnections()List<? extends ConnectionEditPart> AbstractGraphicalEditPart.getTargetConnections()Methods in org.eclipse.gef.editparts with parameters of type ConnectionEditPartModifier and TypeMethodDescriptionprotected voidAbstractGraphicalEditPart.addSourceConnection(ConnectionEditPart connection, int index) Adds a source ConnectionEditPart at the specified index.protected voidAbstractGraphicalEditPart.addTargetConnection(ConnectionEditPart connection, int index) Adds a target ConnectionEditPart at the specified index.protected voidAbstractGraphicalEditPart.fireRemovingSourceConnection(ConnectionEditPart connection, int index) Notifies listeners that a source connection has been removed.protected voidAbstractGraphicalEditPart.fireRemovingTargetConnection(ConnectionEditPart connection, int index) Notifies listeners that a target connection has been removed.protected voidAbstractGraphicalEditPart.fireSourceConnectionAdded(ConnectionEditPart connection, int index) Notifies listeners that a source connection has been added.protected voidAbstractGraphicalEditPart.fireTargetConnectionAdded(ConnectionEditPart connection, int index) Notifies listeners that a target connection has been added.protected voidAbstractGraphicalEditPart.primAddSourceConnection(ConnectionEditPart connection, int index) Adds the specified sourceConnectionEditPartat an index.protected voidAbstractGraphicalEditPart.primAddTargetConnection(ConnectionEditPart connection, int index) Adds the specified targetConnectionEditPartat an index.protected voidAbstractGraphicalEditPart.primRemoveSourceConnection(ConnectionEditPart connection) Removes the specified sourceConnectionEditPartfrom theAbstractGraphicalEditPart.sourceConnectionsList.protected voidAbstractGraphicalEditPart.primRemoveTargetConnection(ConnectionEditPart connection) Removes the specified targetConnectionEditPartfrom theAbstractGraphicalEditPart.targetConnectionsList.protected voidAbstractGraphicalEditPart.removeSourceConnection(ConnectionEditPart connection) Removes the given connection for which this EditPart is the source.protected voidAbstractGraphicalEditPart.removeTargetConnection(ConnectionEditPart connection) Removes the given connection for which this EditPart is the target.protected voidAbstractGraphicalEditPart.reorderSourceConnection(ConnectionEditPart connection, int index) Moves a sourceConnectionEditPartinto a lower index than it currently occupies.protected voidAbstractGraphicalEditPart.reorderTargetConnection(ConnectionEditPart connection, int index) Moves a targetConnectionEditPartinto a lower index than it currently occupies.
- 
Uses of ConnectionEditPart in org.eclipse.gef.editpoliciesMethods in org.eclipse.gef.editpolicies that return ConnectionEditPartMethods in org.eclipse.gef.editpolicies with parameters of type ConnectionEditPartModifier and TypeMethodDescriptionprotected voidScrollableSelectionFeedbackEditPolicy.createConnectionFeedbackFigure(ConnectionEditPart connectionEditPart) Creates a ghost image feedback figure for the givenConnectionEditPart's figure and adds it to the feedback layer.
- 
Uses of ConnectionEditPart in org.eclipse.gef.handlesConstructors in org.eclipse.gef.handles with parameters of type ConnectionEditPartModifierConstructorDescriptionBendpointCreationHandle(ConnectionEditPart owner, int index) Creates a new BendpointCreationHandle, sets its owner toownerand its index toindex, and sets its locator to a newMidpointLocator.BendpointCreationHandle(ConnectionEditPart owner, int index, int locatorIndex) Creates a new BendpointCreationHandle, sets its owner toownerand its index toindex, and sets its locator to a newMidpointLocatorwith the givenlocatorIndex.BendpointCreationHandle(ConnectionEditPart owner, int index, Locator locator) Creates a new BendpointCreationHandle and sets its owner toowner, sets its index toindex, and sets its locator tolocator.BendpointMoveHandle(ConnectionEditPart owner, int index) Creates a new BendpointMoveHandle, sets its owner toownerand its index toindex, and sets its locator to a newBendpointLocator.BendpointMoveHandle(ConnectionEditPart owner, int index, int locatorIndex) Creates a new BendpointMoveHandle, sets its owner toownerand its index toindex, and sets its locator to a newBendpointLocatorwith the givenlocatorIndex.BendpointMoveHandle(ConnectionEditPart owner, int index, Locator locator) Creates a new BendpointMoveHandle and sets its owner toowner, sets its index toindex, and sets its locator tolocator.Deprecated.Creates a new ConnectionEndHandle, sets its owner toowner, and sets its locator to aConnectionLocator.ConnectionEndHandle(ConnectionEditPart owner, boolean fixed) Deprecated.Creates a new ConnectionEndHandle with its owner set toowner.ConnectionEndpointHandle(ConnectionEditPart owner, boolean fixed, int endPoint) Creates a new ConnectionStartHandle and sets its owner toowner.ConnectionEndpointHandle(ConnectionEditPart owner, int endPoint) Creates a new ConnectionStartHandle, sets its owner toowner, and sets its locator to aConnectionLocator.Deprecated.Creates a new ConnectionStartHandle, sets its owner toowner, and sets its locator to aConnectionLocator.ConnectionStartHandle(ConnectionEditPart owner, boolean fixed) Deprecated.Creates a new ConnectionStartHandle and sets its owner toowner.
- 
Uses of ConnectionEditPart in org.eclipse.gef.requestsMethods in org.eclipse.gef.requests that return ConnectionEditPartModifier and TypeMethodDescriptionReconnectRequest.getConnectionEditPart()Returns the ConnectionEditPart to be reconnected.BendpointRequest.getSource()Returns the ConnectionEditPart that the bendpoint belongs to.Methods in org.eclipse.gef.requests with parameters of type ConnectionEditPartModifier and TypeMethodDescriptionvoidReconnectRequest.setConnectionEditPart(ConnectionEditPart conn) Sets the ConnectionEditPart to be reconnected.voidBendpointRequest.setSource(ConnectionEditPart s) Sets the ConnectionEditPart the bendpoint belongs to.
- 
Uses of ConnectionEditPart in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return ConnectionEditPartModifier and TypeMethodDescriptionprotected ConnectionEditPartConnectionBendpointTracker.getConnectionEditPart()Returns the connection editpart on which the tracker operates.protected ConnectionEditPartConnectionEndpointTracker.getConnectionEditPart()Returns the ConnectionEditPart.Methods in org.eclipse.gef.tools that return types with arguments of type ConnectionEditPartModifier and TypeMethodDescriptionprotected List<? extends ConnectionEditPart> ConnectionBendpointTracker.createOperationSet()Methods in org.eclipse.gef.tools with parameters of type ConnectionEditPartModifier and TypeMethodDescriptionvoidConnectionBendpointTracker.setConnectionEditPart(ConnectionEditPart cep) Sets the connection editpart being operated on.voidConnectionEndpointTracker.setConnectionEditPart(ConnectionEditPart cep) Sets the connection edit part that is being reconnected.Constructors in org.eclipse.gef.tools with parameters of type ConnectionEditPartModifierConstructorDescriptionConnectionBendpointTracker(ConnectionEditPart editpart, int i) Constructs a tracker for the given connection and index.Constructs a new ConnectionEndpointTracker for the given ConnectionEditPart.
- 
Uses of ConnectionEditPart in org.eclipse.gef.utilMethods in org.eclipse.gef.util that return types with arguments of type ConnectionEditPartModifier and TypeMethodDescriptionstatic HashSet<? extends ConnectionEditPart> EditPartUtilities.getAllNestedConnectionEditParts(GraphicalEditPart graphicalEditPart) Returns the transitive nested connection edit parts.static HashSet<? extends ConnectionEditPart> EditPartUtilities.getNestedConnectionEditParts(GraphicalEditPart graphicalEditPart) Returns the set ofConnectionEditParts that are linked to the child edit parts of the givenGraphicalEditPart.