Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WindowTitleUpdater

Hierarchy

  • WindowTitleUpdater

Implements

Index

Constructors

Properties

labelProvider: LabelProvider
toDisposeOnWidgetChanged: Disposable = Disposable.NULL
windowTitleService: WindowTitleService

Methods

  • handleWidgetChange(widget?: Widget): void
  • updateTitleWidget(widget?: Widget): void
  • Updates the title of the application based on the currently opened widget.

    Parameters

    • Optional widget: Widget

      The current widget in the main application area. undefined if no widget is currently open in that area.

    Returns void