| Package | com.yworks.graph.model |
| Class | public class GraphEventKind |
See also
| Constant | Defined by | ||
|---|---|---|---|
| BEND_ADDED : String = "bendAdded" [static]
A bend was added.
| GraphEventKind | ||
| BEND_CHANGED : String = "bendChanged" [static]
A bend was changed.
| GraphEventKind | ||
| BEND_REMOVED : String = "bendRemoved" [static]
A bend was removed.
| GraphEventKind | ||
| EDGE_CHANGED : String = "edgeChanged" [static]
An edge was changed.
| GraphEventKind | ||
| EDGE_CREATED : String = "edgeCreated" [static]
An edge was created.
| GraphEventKind | ||
| EDGE_REMOVED : String = "edgeRemoved" [static]
An edge was removed.
| GraphEventKind | ||
| LABEL_ADDED : String = "labelAdded" [static]
A label was added.
| GraphEventKind | ||
| LABEL_CHANGED : String = "labelChanged" [static]
A label was changed.
| GraphEventKind | ||
| LABEL_REMOVED : String = "labelRemoved" [static]
A label was removed.
| GraphEventKind | ||
| NODE_CHANGED : String = "nodeChanged" [static]
A node was changed.
| GraphEventKind | ||
| NODE_CREATED : String = "nodeCreated" [static]
A node was created.
| GraphEventKind | ||
| NODE_REMOVED : String = "nodeRemoved" [static]
A node was removed.
| GraphEventKind | ||
| PORT_ADDED : String = "portAdded" [static]
A port was added.
| GraphEventKind | ||
| PORT_CHANGED : String = "portChanged" [static]
A port was changed.
| GraphEventKind | ||
| PORT_REMOVED : String = "portRemoved" [static]
A port was changed.
| GraphEventKind | ||
| UPDATE : String = "update" [static]
The whole graph was updated.
| GraphEventKind | ||
| BEND_ADDED | constant |
public static const BEND_ADDED:String = "bendAdded"A bend was added.
| BEND_CHANGED | constant |
public static const BEND_CHANGED:String = "bendChanged"A bend was changed.
| BEND_REMOVED | constant |
public static const BEND_REMOVED:String = "bendRemoved"A bend was removed.
| EDGE_CHANGED | constant |
public static const EDGE_CHANGED:String = "edgeChanged"An edge was changed.
| EDGE_CREATED | constant |
public static const EDGE_CREATED:String = "edgeCreated"An edge was created.
| EDGE_REMOVED | constant |
public static const EDGE_REMOVED:String = "edgeRemoved"An edge was removed.
| LABEL_ADDED | constant |
public static const LABEL_ADDED:String = "labelAdded"A label was added.
| LABEL_CHANGED | constant |
public static const LABEL_CHANGED:String = "labelChanged"A label was changed.
| LABEL_REMOVED | constant |
public static const LABEL_REMOVED:String = "labelRemoved"A label was removed.
| NODE_CHANGED | constant |
public static const NODE_CHANGED:String = "nodeChanged"A node was changed.
| NODE_CREATED | constant |
public static const NODE_CREATED:String = "nodeCreated"A node was created.
| NODE_REMOVED | constant |
public static const NODE_REMOVED:String = "nodeRemoved"A node was removed.
| PORT_ADDED | constant |
public static const PORT_ADDED:String = "portAdded"A port was added.
| PORT_CHANGED | constant |
public static const PORT_CHANGED:String = "portChanged"A port was changed.
| PORT_REMOVED | constant |
public static const PORT_REMOVED:String = "portRemoved"A port was changed.
| UPDATE | constant |
public static const UPDATE:String = "update"The whole graph was updated.