update View
fun updateView( targetEditor: AvailEditor? = editor, entries: List<AvailEditor.ManifestEntryInDocument> = manifestEntriesInDocument.toList(), sortBy: StructureViewPanel.SortBy = lastSortBy, excludeSet: Set<SideEffectKind> = filterExcludeSet.toSet(), then: () -> Unit = {})
Content copied to clipboard
Update the structureViewTree.
Parameters
target Editor
The associated AvailEditor that this StructureViewPanel shows ModuleManifestEntrys for.
entries
The list of ModuleManifestEntrys to display.
sort By
The sorting method by which the ModuleManifestEntrys should be sorted and displayed.