Packagecom.yworks.canvas.input
Classpublic final class ModelItemMouseEventKind
InheritanceModelItemMouseEventKind Inheritance Object

The ModelItemMouseEventKind class contains constants for mouse events concerning graph items. These constants indicate what kind of graph item the event concerns.



Public Constants
 ConstantDefined 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
Constant Detail
EDGEConstant
public static const EDGE:String = edge

Indicates that the event concerns an edge.

LABELConstant 
public static const LABEL:String = label

Indicates that the event concerns a label.

NODEConstant 
public static const NODE:String = node

Indicates that the event concerns a node.

PORTConstant 
public static const PORT:String = port

Indicates that the event concerns a port.