| initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
ExcludingFoldingEdgeConverter | Does nothing and should not normally be called by the view since all folding edges are excluded from it. |
| updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
ExcludingFoldingEdgeConverter | Does nothing and should not normally be called by the view since all folding edges are excluded from it. |
| updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>) | in
ExcludingFoldingEdgeConverter | Does nothing and should not normally be called by the view since all folding edges are excluded from it. |
| initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
FoldingEdgeConverter | Initializes the folding edge appearance. |
| updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
FoldingEdgeConverter | Updates the state when the masterEdges were modified. |
| updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>) | in
FoldingEdgeConverter | Updates the masterEdges when the state was modified. |
| initializeLabels (FoldingEdgeState, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Initializes the initial labels of the folding edge. |
| initializePorts (FoldingEdgeState, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Initializes the sourcePort and targetPort of the folding edge. |
| initializeState (FoldingEdgeState, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Called by implementations of the IFoldingEdgeConverter to initialize the state of a folding edge in the folding view. |
| updateLabels (FoldingEdgeState, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Called by updateState to synchronize the labels if copyLabels is enabled. |
| updateMasterEdges (IGraph, FoldingEdgeState, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Called in response to updateMasterEdges to optionally update the various properties of the master edges according to the state of the folding edge. |
| updateMasterLabels (IGraph, FoldingEdgeState, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Updates the labels of the master edges to match the state of the folding edge. |
| updateMasterPorts (IGraph, FoldingEdgeState, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Called by updateMasterEdges to synchronize the ports via updateMasterPort. |
| updatePorts (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Called by updateState to synchronize the ports. |
| updateState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
FoldingEdgeDefaults | Called by implementations of the IFoldingEdgeConverter interfaces to update the state of a folding edge in the folding view, once it has changed. |
| create () | in
IFoldingEdgeConverter | |
| initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
IFoldingEdgeConverter | Triggered by the view to initially create the appearance of a folding edge. |
| updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
IFoldingEdgeConverter | Triggered by the view to adjust the appearance of a folding edge. |
| updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>) | in
IFoldingEdgeConverter | Callback to optionally back propagate state changes on a folding edge's state to the masterEdges . |
| initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
MergingFoldingEdgeConverter | Initializes the folding edge appearance. |
| updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>) | in
MergingFoldingEdgeConverter | Updates the folding edge appearance. |
| updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>) | in
MergingFoldingEdgeConverter | Callback to optionally back propagate state changes on a folding edge's state to the masterEdges . |