|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.MouseInputMode
public final class MouseInputMode
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 |
---|
public static final int HandledByDiagram
DiagramView
.
public static final int HandledByHostedControl
public static final int HandledByBoth
Constructor Detail |
---|
public MouseInputMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |