Cairngorm Project Properties
You need to associate a Cairngorm location with your project. This allows you to access the codegen templates.
The Cairngorm Plugin also supports the concept of multiple Controllers within a single Flex Project. You can configure the default settings for each Controller on your project properties.
- Right-click on your Flex Project and choose Properties.
- Choose Cairngorm to set your Cairngorm properties.
- You can select a Cairngorm location from the combo box, if one is not already selected or if your existing location can no longer be found the default Cairngorm location is selected.

To begin with you will have no controllers, so you will not be able to configure the defaults. When you have controllers you can set the following defaults:
- Command superclass - the default superclass that will be extended by a Command.
- Controller - the default Controller to register the Command with.
- Function - the default function where the call to addCommand() will be inserted.
- Event package - the default package where the Event class will be created.
- Command package - the default package where the Command class will be created.

Continue to Create a new Controller. |