Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScmNavigatorDecorator

deprecated

since 1.25.0 URI-based decorators should implement DecorationsProvider and contribute decorations via the DecorationsService.

Hierarchy

  • ScmNavigatorDecorator

Implements

  • TreeDecorator

Index

Constructors

Properties

colors: ColorRegistry
decorationsMap: undefined | Map<string, Decoration>
decorationsService: DecorationsService
emitter: Emitter<((tree: Tree) => Map<string, Data>)> = ...
id: "theia-scm-decorator" = 'theia-scm-decorator'
logger: ILogger

Accessors

  • get onDidChangeDecorations(): Event<((tree: Tree) => Map<string, Data>)>

Methods

  • appendContainerChanges(decorationsMap: Map<string, Decoration>): Map<string, Decoration>
  • collectDecorators(tree: Tree): Map<string, Data>
  • decorations(tree: Tree): Promise<Map<string, Data>>
  • fireDidChangeDecorations(event: ((tree: Tree) => Map<string, Data>)): void
  • toDecorator(change: Decoration): Data