Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TreeSelectionServiceImpl

Hierarchy

  • TreeSelectionServiceImpl

Implements

Index

Constructors

Properties

focusService: TreeFocusService
onSelectionChangedEmitter: Emitter<readonly Readonly<SelectableTreeNode>[]> = ...
tree: Tree

Accessors

Methods

  • clearSelection(): void
  • difference<T>(left: readonly T[], right: readonly T[]): readonly T[]
  • Returns an array of the difference of two arrays. The returned array contains all elements that are contained by left and not contained by right. right may also contain elements not present in left: these are simply ignored.

    Type Parameters

    • T

    Parameters

    • left: readonly T[]
    • right: readonly T[]

    Returns readonly T[]

  • dispose(): void
  • fireSelectionChanged(): void
  • init(): void