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


An abstract base class for types that define how the control reacts to users' actions with a mouse or other pointing devices.

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

 Protected Constructors

  Name Description

BehaviorBase

Initializes a new instance of the BehaviorBase class.

 Protected Fields

  Name Description

currentCursor

 

diagramView

 

 Public Methods

  Name Description

cancelDrag

Invoked when the operation should be canceled. (Inherited from Interaction.)

pointerDown

Interaction.pointerDown override. Invoked in response to system pointer down events.

pointerMove

Interaction.pointerMove override. Invoked when the pointer moves.

pointerOver

Invoked when the mouse moves.

pointerUp

Interaction.pointerUp override. Invoked in response to system pointer up events.

 Protected Methods

  Name Description

createLink

 

getDiagram

 

getDiagramView

 

setModfCursor

Updates the current cursor according to the specified cursor position and diagram state.

setMouseCursor

Invoked while the mouse is moved to let your application set the mouse cursor.

startDraw

Invoked when the user begins drawing inside the diagram canvas.

startDrawCommon

 

 See Also

BehaviorBase Class
com.mindfusion.diagramming Namespace