| initializeFoldingPortState (FoldingPortState, IPort) | in
FoldingPortDefaults | This implementation initializes the immediate properties of the FoldingPortState. |
| initializeLabels (FoldingPortState, IPort) | in
FoldingPortDefaults | Callback that initializes the labels during initializeState. |
| initializeState (FoldingPortState, IEnumerable<IPort>) | in
FoldingPortDefaults | Called by implementations of the IFolderNodeConverter and IFoldingEdgeConverter interfaces to initialize the state of a port in the folding view. |
| updateLabels (FoldingPortState, IPort) | in
FoldingPortDefaults | Callback that updates the labels during updateState. |
| updateMasterLabels (IGraph, FoldingPortState, IPort) | in
FoldingPortDefaults | Updates the labels of the master ports to match the state of the folding variants. |
| updateMasterPort (IGraph, FoldingPortState, IPort) | in
FoldingPortDefaults | Updates a single master port to match the state of the folding port. |
| updateState (FoldingPortState, IEnumerable<IPort>) | in
FoldingPortDefaults | Called by implementations of the IFolderNodeConverter and IFoldingEdgeConverter interfaces to update the state of a port in the folding view, once it has changed. |