Associating the Action Descriptors

You need to associate all action descriptors to the correct model objects so they are displayed in the Application Explorer view.

Specifying a Root Containers Action

The TUTORIAL_ACT_CreateIssueFilterLevel action returns the children at the application level:

  1. Right-click Application Options 1.0, and then click Edit.

    This opens the Edit Properties dialog box.

  2. Double-click the Root Containers Action value cell, and then click TUTORIAL_ACT_CreateIssueFilterLevel.
  3. Click OK.

This action will now be executed when the Issue by Priority node in the Application Explorer view is expanded.

Specifying the Get Children Action for TUTORIAL_ELE_IssueFilter

You need to add a Get Children Action to the TUTORIAL_ELE_IssueFilter element types:

  1. In the Element Types category folder, right-click TUTORIAL_ELE_IssueFilter.
  2. Click New Child > Get Children Action.
  3. Right-click Get Children Action, and then click Edit.

    This opens the Edit Properties dialog box.

  4. Double-click the Target ID value cell, and then click TUTORIAL_ACT_CreateStaticPriorityLevel.
  5. Click OK.

Specifying the Get Children Action for TUTORIAL_ELE_PriorityFilter

You need to add a Get Children Action to the TUTORIAL_ELE_IssueFilter element types:

  1. In the Element Types category folder, right-click TUTORIAL_ELE_PriorityFilter.
  2. Click New Child > Get Children Action.
  3. Right-click Get Children Action, and then click Edit.

    This opens the Edit Properties dialog box.

  4. Double-click the Target ID value cell, and then click TUTORIAL_ACT_ListFilteredIssues.
  5. Click OK.

Specifying the Action for TUTORIAL_ELE_IssueFilter and TUTORIAL_ELE_PriorityFilter

You need to add the action TUTORIAL_ACT_ShowIssues to both the TUTORIAL_ELE_IssueFilter and TUTORIAL_ELE_PriorityFilter element types:

  1. In the Element Types category folder, right-click TUTORIAL_ELE_IssueFilter.
  2. Click New Child > Action.
  3. Right-click Action, and then click Edit.

    This opens the Edit Properties dialog box.

  4. Double-click the Target ID value cell, and then click TUTORIAL_ACT_ShowIssues.
  5. Click OK.
  6. Right-click TUTORIAL_ELE_PriorityFilter.
  7. Click New Child > Action.
  8. Right-click Action, and then click Edit.

    This opens the Edit Properties dialog box.

  9. Double-click the Target ID value cell, and then click TUTORIAL_ACT_ShowIssues.
  10. Click OK.

Specifying the Action for TUTORIAL_ELE_Issue

You need to add the TUTORIAL_ACT_ShowRaiser action to the TUTORIAL_ELE_Issue element type:

  1. In the Element Types category folder, right-click TUTORIAL_ELE_Issue.
  2. Click New Child > Action.
  3. Right-click Action, and then click Edit.

    This opens the Edit Properties dialog box.

  4. Double-click the Target ID value cell, and then click TUTORIAL_ACT_ShowRaiser.
  5. Click OK.