Uses of Class
app.events.LanguageChangedEvent
Package | Description |
---|---|
app | |
app.controllers |
-
Uses of LanguageChangedEvent in app
Methods in app with parameters of type LanguageChangedEvent Modifier and Type Method Description void
MainController. handle(LanguageChangedEvent event)
Change the CSS according to which language is being used -
Uses of LanguageChangedEvent in app.controllers
Methods in app.controllers with parameters of type LanguageChangedEvent Modifier and Type Method Description void
EditorController. handle(LanguageChangedEvent event)
Refreshes the syntax highlighting when the Programming language is changedvoid
MenubarController. handle(LanguageChangedEvent event)
Updates menubuttons whenever the language is changed