Class mindmaps.ApplicationController
Defined in: ApplicationController.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Creates a new Application Controller.
|
| Method Attributes | Method Name and Description |
|---|---|
| <inner> |
Handles the close document command.
|
| <inner> |
Handles the new document command.
|
| <inner> |
Handles the open document command.
|
| <inner> |
Handles the save document command.
|
|
go()
Launches the main view controller.
|
|
|
init()
Initializes the controller, registers for all commands and subscribes to
event bus.
|
Method Detail
<inner>
doCloseDocument()
Handles the close document command.
<inner>
doNewDocument()
Handles the new document command.
<inner>
doOpenDocument()
Handles the open document command.
<inner>
doSaveDocument()
Handles the save document command.
go()
Launches the main view controller.
init()
Initializes the controller, registers for all commands and subscribes to
event bus.