The status bar manager is responsible for:
- Instantiating the Granite.author.ui.StatusBar
- Updating the status bar after content has been loaded in the content frame
- Hiding the status bar when navigating in the content frame
- Source:
- ui/ui.statusBarManager.js
Methods
-
<static> getStatusBar()
-
Returns the status bar or
null
if there is none.- Source:
- ui/ui.statusBarManager.js
Returns:
the status bar
-
<static> hideStatusBar()
-
Hides the status bar.
- Source:
- ui/ui.statusBarManager.js
-
<static> init()
-
Instantiates the status bar and registers event handlers. Must only be called once.
- Source:
- ui/ui.statusBarManager.js
-
<static> updateStatusBar()
-
Loads the statuses about the current editor content into the status bar.
- Source:
- ui/ui.statusBarManager.js