documentationfor yFiles for HTML 3.0.0.3

Properties

portsin FolderNodeStateGets the FoldingPortStates owned by this state.
sourcePortin FoldingEdgeStateGets the FoldingPortState which represents the source port of this edge state.
targetPortin FoldingEdgeStateGets the FoldingPortState which represents the target port of this edge state.

Method Return Values

getFoldingPortState (IPort)in FolderNodeStateProvides access to the folding state of a master port.

Method Parameters

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