Protected
Readonly
customProtected
Readonly
factoryProtected
Readonly
preferenceProtected
Readonly
shellProtected
Readonly
stateProtected
Readonly
themeProtected
Optional
titleProtected
titleProtected
Readonly
windowProtected
appendProtected
attachProtected
attachProtected
createProtected
createProtected
createProtected
createProtected
handleProtected
handleProtected
handleProtected
handleProtected
hideHides the theia-top-panel
depending on the selected titleBarStyle
.
The theia-top-panel
is used as the container of the main, application menu-bar for the
browser. Native Electron has it's own.
By default, this method is called on application onStart
.
Called when the application is started. The application shell is not attached yet when this method runs. Should return a promise if it runs asynchronously.
Register commands and handlers.
Registers keybindings.
the keybinding registry.
Registers menus.
the menu model registry.
Protected
setProtected
toggle
The command contribution should be implemented to register custom commands and handler.