| Package | com.yworks.graph.model |
| Class | public class GraphEventKind |
| Inheritance | GraphEventKind Object |
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 | ||
| GROUP_COLLAPSED : String = groupCollapsed [static]
A group node has been expanded
| GraphEventKind | ||
| GROUP_EXPANDED : String = groupExpanded [static]
A group node has been collapsed
| 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 = bendAddedA bend was added.
| BEND_CHANGED | Constant |
public static const BEND_CHANGED:String = bendChangedA bend was changed.
| BEND_REMOVED | Constant |
public static const BEND_REMOVED:String = bendRemovedA bend was removed.
| EDGE_CHANGED | Constant |
public static const EDGE_CHANGED:String = edgeChangedAn edge was changed.
| EDGE_CREATED | Constant |
public static const EDGE_CREATED:String = edgeCreatedAn edge was created.
| EDGE_REMOVED | Constant |
public static const EDGE_REMOVED:String = edgeRemovedAn edge was removed.
| GROUP_COLLAPSED | Constant |
public static const GROUP_COLLAPSED:String = groupCollapsedA group node has been expanded
| GROUP_EXPANDED | Constant |
public static const GROUP_EXPANDED:String = groupExpandedA group node has been collapsed
| LABEL_ADDED | Constant |
public static const LABEL_ADDED:String = labelAddedA label was added.
| LABEL_CHANGED | Constant |
public static const LABEL_CHANGED:String = labelChangedA label was changed.
| LABEL_REMOVED | Constant |
public static const LABEL_REMOVED:String = labelRemovedA label was removed.
| NODE_CHANGED | Constant |
public static const NODE_CHANGED:String = nodeChangedA node was changed.
| NODE_CREATED | Constant |
public static const NODE_CREATED:String = nodeCreatedA node was created.
| NODE_REMOVED | Constant |
public static const NODE_REMOVED:String = nodeRemovedA node was removed.
| PORT_ADDED | Constant |
public static const PORT_ADDED:String = portAddedA port was added.
| PORT_CHANGED | Constant |
public static const PORT_CHANGED:String = portChangedA port was changed.
| PORT_REMOVED | Constant |
public static const PORT_REMOVED:String = portRemovedA port was changed.
| UPDATE | Constant |
public static const UPDATE:String = updateThe whole graph was updated.