com.mindfusion.diagramming
Class MouseInputMode

java.lang.Object
  extended by com.mindfusion.diagramming.MouseInputMode

public final class MouseInputMode
extends java.lang.Object

The members of this enumeration specify specify how to process mouse actions done over a ControlNode.


Field Summary
static int HandledByBoth
          Mouse events are sent to both the diagram view and the hosted control.
static int HandledByDiagram
          Mouse input is processed by the DiagramView.
static int HandledByHostedControl
          Mouse input is processed by the hosted control.
 
Constructor Summary
MouseInputMode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HandledByDiagram

public static final int HandledByDiagram
Mouse input is processed by the DiagramView.

See Also:
Constant Field Values

HandledByHostedControl

public static final int HandledByHostedControl
Mouse input is processed by the hosted control.

See Also:
Constant Field Values

HandledByBoth

public static final int HandledByBoth
Mouse events are sent to both the diagram view and the hosted control.

See Also:
Constant Field Values
Constructor Detail

MouseInputMode

public MouseInputMode()