documentationfor yFiles for HTML 3.0.0.3

Usages of FolderNodeState

Method Return Values

getFolderNodeState (INode)in FoldingManagerProvides access to the folder node state of a node.

Method Parameters

initializeFolderNodeState (FolderNodeState, IFoldingView, INode, INode)in FolderNodeConverterInitializes the appearance of the collapsed group node.
updateFolderNodeState (FolderNodeState, IFoldingView, INode, INode)in FolderNodeConverterUpdates the folder node state when the masterNode was modified.
updateGroupNodeState (FolderNodeState, IFoldingView, INode, INode)in FolderNodeConverterUpdates the masterNode when the state was modified.
initializeLabels (FolderNodeState, INode)in FolderNodeDefaultsInitializes the initial labels of the collapsed group node.
initializeNodeLayout (FolderNodeState, INode)in FolderNodeDefaultsInitializes the layout of the collapsed group node.
initializePorts (FolderNodeState, INode)in FolderNodeDefaultsCalled by initializeState to initialize the appearance of the representatives of the master ports at the collapsed group node.
initializeState (FolderNodeState, INode)in FolderNodeDefaultsCalled by implementations of the IFolderNodeConverter to initialize the state of a folder node in the folding view.
updateLabels (FolderNodeState, INode)in FolderNodeDefaultsCallback that updates the immediate labels of the node during updateState.
updateMasterLabels (IGraph, FolderNodeState, INode)in FolderNodeDefaultsUpdates the labels of the master group node to match the state of the folder node.
updateMasterNode (FolderNodeState, IGraph, INode)in FolderNodeDefaultsCalled in response to updateGroupNodeState to optionally update the various properties on the master group node according to the state of the folder node.
updateMasterPorts (IGraph, FolderNodeState, INode)in FolderNodeDefaultsUpdates the ports of the master group node to match the state of the folder node.
updatePorts (FolderNodeState, INode)in FolderNodeDefaultsCalled by updateState to update the appearance of the representatives of the master ports at the collapsed group node.
updateState (FolderNodeState, INode)in FolderNodeDefaultsCalled by implementations of the IFolderNodeConverter to update the state of a folder node in the folding view, once it has changed.
create ()in IFolderNodeConverter
initializeFolderNodeState (FolderNodeState, IFoldingView, INode, INode)in IFolderNodeConverterCalled by view implementations to initially create the appearance of a folder node.
updateFolderNodeState (FolderNodeState, IFoldingView, INode, INode)in IFolderNodeConverterCalled by view implementations to change the appearance of a folder node.
updateGroupNodeState (FolderNodeState, IFoldingView, INode, INode)in IFolderNodeConverterCalled by view implementations to adapt the appearance of a group node to changes of its closed state.