Uses of Interface
org.eclipse.gef.ConnectionEditPart
-
Packages that use ConnectionEditPart Package Description org.eclipse.gef All interfaces, base types, and the plugin class are here.org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface.org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles.org.eclipse.gef.handles This package provide several common handle implementations.org.eclipse.gef.requests This package contains the common Request types used by the provided tools and edit policies.org.eclipse.gef.tools This package provides several tool implementations. -
-
Uses of ConnectionEditPart in org.eclipse.gef
Methods in org.eclipse.gef with parameters of type ConnectionEditPart Modifier and Type Method Description org.eclipse.draw2d.ConnectionAnchorNodeEditPart. getSourceConnectionAnchor(ConnectionEditPart connection)Returns theConnectionAnchorfor the specified source connection.org.eclipse.draw2d.ConnectionAnchorNodeEditPart. 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.editparts
Classes in org.eclipse.gef.editparts that implement ConnectionEditPart Modifier and Type Class Description classAbstractConnectionEditPartThe base implementation forConnectionEditPart.Methods in org.eclipse.gef.editparts that return ConnectionEditPart Modifier and Type Method Description protected ConnectionEditPartAbstractGraphicalEditPart. createConnection(java.lang.Object model)Creates aConnectionEditPartfor the given model.protected ConnectionEditPartAbstractGraphicalEditPart. createOrFindConnection(java.lang.Object model)Searches for an existingConnectionEditPartin the Viewer'sEditPart registryand returns it if one is found.Methods in org.eclipse.gef.editparts with parameters of type ConnectionEditPart Modifier and Type Method Description protected 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.editpolicies
Methods in org.eclipse.gef.editpolicies with parameters of type ConnectionEditPart Modifier and Type Method Description protected 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.handles
Constructors in org.eclipse.gef.handles with parameters of type ConnectionEditPart Constructor Description BendpointCreationHandle(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, org.eclipse.draw2d.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, org.eclipse.draw2d.Locator locator)Creates a new BendpointMoveHandle and sets its owner toowner, sets its index toindex, and sets its locator tolocator.ConnectionEndHandle(ConnectionEditPart owner)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.ConnectionStartHandle(ConnectionEditPart owner)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.requests
Methods in org.eclipse.gef.requests that return ConnectionEditPart Modifier and Type Method Description ConnectionEditPartReconnectRequest. getConnectionEditPart()Returns the ConnectionEditPart to be reconnected.ConnectionEditPartBendpointRequest. getSource()Returns the ConnectionEditPart that the bendpoint belongs to.Methods in org.eclipse.gef.requests with parameters of type ConnectionEditPart Modifier and Type Method Description voidReconnectRequest. 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.tools
Methods in org.eclipse.gef.tools that return ConnectionEditPart Modifier and Type Method Description protected ConnectionEditPartConnectionBendpointTracker. getConnectionEditPart()Returns the connection editpart on which the tracker operates.protected ConnectionEditPartConnectionEndpointTracker. getConnectionEditPart()Returns the ConnectionEditPart.Methods in org.eclipse.gef.tools with parameters of type ConnectionEditPart Modifier and Type Method Description voidConnectionBendpointTracker. 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 ConnectionEditPart Constructor Description ConnectionBendpointTracker(ConnectionEditPart editpart, int i)Constructs a tracker for the given connection and index.ConnectionEndpointTracker(ConnectionEditPart cep)Constructs a new ConnectionEndpointTracker for the given ConnectionEditPart.
-