Class mindmaps.StatusBarPresenter
Defined in: StatusBar.js.
Constructor Attributes | Constructor Name and Description |
---|---|
mindmaps.StatusBarPresenter(eventBus, view)
Creates a new StatusBarPresenter.
|
Method Attributes | Method Name and Description |
---|---|
addEntry(panel)
Adds a new button for a panel to the statusbar and registers the button
as a hide target for the panel.
|
Class Detail
mindmaps.StatusBarPresenter(eventBus, view)
Creates a new StatusBarPresenter. This object provides buttons for the
floating panels for a taskbar-like behaviour.
- Parameters:
- {mindmaps.EventBus} eventBus
- {mindmaps.StatusBarView} view
Method Detail
addEntry(panel)
Adds a new button for a panel to the statusbar and registers the button
as a hide target for the panel.
- Parameters:
- {mindmaps.FloatPanel} panel