updateView

fun updateView(    targetEditor: AvailEditor? = editor,     entries: List<ModuleManifestEntry> = manifestEntries.toList(),     sortBy: StructureViewPanel.SortBy = lastSortBy,     excludeSet: Set<SideEffectKind> = filterExcludeSet.toSet(),     then: () -> Unit = {})

Update the structureViewTree.

Parameters

targetEditor

The associated AvailEditor that this StructureViewPanel shows ModuleManifestEntrys for.

entries

The list of ModuleManifestEntrys to display.

sortBy

The sorting method by which the ModuleManifestEntrys should be sorted and displayed.