MindFusion.Java Package Programmer's Guide
MouseButtonAction Enumeration
See Also
 






Specifies what actions can be associated with the middle and right mouse buttons.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum MouseButtonAction

 Members

  Member name Description

Cancel

Cancels the current drawing operation.

Draw

Draw new items or modify existing items.

Magnify

Magnifies the items under the mouse while the button is pressed down.

Pan

Pans the view if the mouse is dragged while the button is pressed down.

Select

Starts a multiple selection operation.

Zoom

Draw a zoom-lasso if the mouse is dragged with specified button pressed down.

 See Also

com.mindfusion.diagramming Namespace