Class mindmaps.InspectorPresenter
Defined in: Inspector.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
mindmaps.InspectorPresenter(eventBus, mindmapModel, view)
Creates a new InspectorPresenter.
|
| Method Attributes | Method Name and Description |
|---|---|
| <inner> |
updateView(node)
Sets the view params to match the node's attributes.
|
Class Detail
mindmaps.InspectorPresenter(eventBus, mindmapModel, view)
Creates a new InspectorPresenter. This presenter manages basic node
attributes like font settings and branch color.
- Parameters:
- {mindmaps.EventBus} eventBus
- {mindmaps.MindMapModel} mindmapModel
- {mindmaps.InspectorView} view
Method Detail
<inner>
updateView(node)
Sets the view params to match the node's attributes.
- Parameters:
- {mindmaps.Node} node