DroidDiagram Programmer's Guide
SelectionValidationEvent Members
Constructors Methods
 


Contains information passed to the selection validation events defined in DiagramListener.

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

 Public Constructors

  Name Description

SelectionValidationEvent

Initializes a new SelectionValidationEvent instance.

 Public Methods

  Name Description

cancelDrag

Immediately cancels the item's creation or modification. This differs from calling setValid(false), which would only change the cursor to indicate to users that they cannot complete the modification at the current mouse position.

getAdjustmentHandle

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

getCancel

Gets a value indicating whether to prevent the user from completing the operation.

getPointerPosition

Gets the current mouse pointer position. (Inherited from SelectionEvent.)

setCancel

Sets a value indicating whether to prevent the user from completing the operation

 See Also

SelectionValidationEvent Class
com.mindfusion.diagramming Namespace