Theia API Documentation v1.65.0
    Preparing search index...

    Representation of a tabbar toolbar contribution.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    problemManager: ProblemManager
    quickView: QuickViewService
    selectionService: SelectionService
    statusBar: StatusBar
    toggleCommand?: Command
    updateStatusBarElement: DebouncedFunc<() => void> = ...
    widgetManager: WidgetManager

    Accessors

    • get viewId(): string

      Returns string

    • get viewLabel(): string

      Returns string

    • get widget(): Promise<T>

      Returns Promise<T>

    Methods

    • Get the tooltip to be displayed when hovering over the problem statusbar item.

      • Displays No Problems when no problems are present.
      • Displays a human-readable label which describes for each type of problem stat properties, their overall count and type when any one of these properties has a positive count.

      Parameters

      • stat: ProblemStat

        the problem stat describing the number of errors, warnings and infos.

      Returns string

      the tooltip to be displayed in the statusbar.