| Package | com.yworks.canvas.input |
| Class | public final class ModelItemMouseEventKind |
| Inheritance | ModelItemMouseEventKind Object |
| Constant | Defined By | ||
|---|---|---|---|
| EDGE : String = edge [static]
Indicates that the event concerns an edge. | ModelItemMouseEventKind | ||
| LABEL : String = label [static]
Indicates that the event concerns a label. | ModelItemMouseEventKind | ||
| NODE : String = node [static]
Indicates that the event concerns a node. | ModelItemMouseEventKind | ||
| PORT : String = port [static]
Indicates that the event concerns a port. | ModelItemMouseEventKind | ||
| EDGE | Constant |
public static const EDGE:String = edgeIndicates that the event concerns an edge.
| LABEL | Constant |
public static const LABEL:String = labelIndicates that the event concerns a label.
| NODE | Constant |
public static const NODE:String = nodeIndicates that the event concerns a node.
| PORT | Constant |
public static const PORT:String = portIndicates that the event concerns a port.