Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EditorPreviewTreeDecorator

Implements

  • TreeDecorator
  • FrontendApplicationContribution

Index

Constructors

Properties

decorationsChangedEmitter: Emitter<any> = ...
decorationsMap: Map<string, Data> = ...
editorPreviewManager: EditorPreviewManager
id: "theia-open-editors-file-decorator" = 'theia-open-editors-file-decorator'
onDidChangeDecorations: Event<any> = ...
shell: ApplicationShell
toDisposeOnDirtyChanged: Map<string, Disposable> = ...
toDisposeOnPreviewPinned: Map<string, Disposable> = ...

Accessors

  • get editorWidgets(): NavigatableWidget[]

Methods

  • collectDecorators(tree: Tree): Map<string, Data>
  • decorations(tree: Tree): Map<string, Data>
  • fireDidChangeDecorations(event: ((tree: Tree) => Map<string, Data>)): void
  • onDidInitializeLayout(app: FrontendApplication): void
  • registerEditorListeners(widget: Widget): void
  • unregisterEditorListeners(widget: Widget): void