Hierarchy (view full)

Implements

  • IconTheme
  • Disposable

Constructors

Properties

description?: string
fileIcon: "theia-plugin-file-icon" = PLUGIN_FILE_ICON_CLASS
fileService: FileService
folderExpandedIcon: "theia-plugin-folder-expanded-icon" = 'theia-plugin-folder-expanded-icon'
folderIcon: "theia-plugin-folder-icon" = 'theia-plugin-folder-icon'
hasFileIcons?: boolean
hasFolderIcons?: boolean
hidesExplorerArrows?: boolean
icons: Set<string> = ...
id: string
label: string
labelProvider: LabelProvider
languageService: LanguageService
locationUri: URI
onDidChange: Event<DidChangeLabelEvent> = ...
onDidChangeEmitter: Emitter<DidChangeLabelEvent> = ...
packageRootUri: URI
packageUri: string
pluginId: string
reload: DebouncedFunc<(() => void)> = ...

Type declaration

    • (): void
    • Returns void

rootFolderExpandedIcon: "theia-plugin-root-folder-expanded-icon" = 'theia-plugin-root-folder-expanded-icon'
rootFolderIcon: "theia-plugin-root-folder-icon" = 'theia-plugin-root-folder-icon'
showLanguageModeIcons?: boolean
styleSheetContent: undefined | string
toDeactivate: DisposableCollection = ...
toDispose: DisposableCollection = ...
toDisposeStyleElement: DisposableCollection = ...
toUnload: DisposableCollection = ...
uiTheme?: UiTheme
uri: string
workspaceService: WorkspaceService

Methods