Hierarchy

  • TabBar<Widget>
    • PreferencesScopeTabBar

Implements

  • StatefulWidget

Constructors

  • Construct a new tab bar.

    Parameters

    • Optional options: IOptions<Widget>

      The options for initializing the tab bar.

    Returns PreferencesScopeTabBar

Properties

commandRegistry: CommandRegistry
contextMenuRenderer: ContextMenuRenderer
currentSelection: SelectedScopeDetails = Preference.DEFAULT_SCOPE
currentWorkspaceRoots: FileStat[] = []
editorScrollAtTop: boolean = true
folderTitle: Title<Widget>
labelProvider: LabelProvider
menuModelRegistry: MenuModelRegistry
onScopeChanged: Event<SelectedScopeDetails> = ...
onScopeChangedEmitter: Emitter<SelectedScopeDetails> = ...
preferencesMenuFactory: PreferenceScopeCommandManager
toDispose: DisposableCollection = ...
workspaceService: WorkspaceService
ID: string = 'preferences-scope-tab-bar'

Accessors

Methods