DroidDiagram Programmer's Guide
LinkValidationEvent Members
Constructors Methods
 


Contains the arguments passed to handlers of link validation events.

The following tables list the members exposed by the LinkValidationEvent type.

 Public Constructors

  Name Description

LinkValidationEvent

Overloaded.  

 Public Methods

  Name Description

cancelDrag

Cancels the creation or modification of the link.

getAdjustmentHandle

Gets the adjustment handle being moved by the user. (Inherited from LinkEvent.)

getAnchorIndex

Gets the anchor point related to a link validation event.

getCancel

Gets a value indicating whether to cancel the current operation.

getChangingDestination

Gets a value indicating whether the user modifies the link's destination end point.

getChangingOrigin

Gets a value indicating whether the user modifies the link's origin end point.

getDestination

Gets the node that will become the link's destination if the event is validated.

getLink

Gets the link for which the event raised. (Inherited from LinkEvent.)

getMouseButton

Gets which mouse button has been pressed. (Inherited from LinkEvent.)

getNode

Gets the node to which the link will be connected.

getOrigin

Gets the node that would become the link's origin if the event is validated.

getPointerPosition

Gets the current pointer position. (Inherited from LinkEvent.)

getSelectionRectangle

Gets the current selection rectangle.

getTableRow

Gets the table row related to a link validation event.

setAdjustmentHandle

Sets the adjustment handle being moved by the user. (Inherited from LinkEvent.)

setCancel

Sets a value indicating whether to cancel the current operation.

setPointerPosition

Sets the current pointer position. (Inherited from LinkEvent.)

 See Also

LinkValidationEvent Class
com.mindfusion.diagramming Namespace