MindFusion.Java Package Programmer's Guide
NodeValidationEvent Members
Constructors Fields Methods
 


Contains the arguments passed to handlers of node validation events.

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

 Public Constructors

  Name Description

NodeValidationEvent

Overloaded.  

 Public Fields

  Name Description

label

 

 Public Methods

  Name Description

cancelDrag

Cancels the creation or modification of the node.

getAdjustmentHandle

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

getCancel

Gets a value indicating whether to cancel the current operation.

getLabel

Gets a NodeLabel related to this event.

getMouseButton

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

getNode

Gets the node for which the event was raised. (Inherited from NodeEvent.)

getPointerPosition

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

getSelectionRectangle

Gets the current selection rectangle.

setAdjustmentHandle

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

setCancel

Sets a value indicating whether to cancel the current operation.

setPointerPosition

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

 See Also

NodeValidationEvent Class
com.mindfusion.diagramming Namespace