Previous Topic: Chapter Review

Next Topic: Creating a Function to Tie the Application Together

Putting It All Together

In the chapter "Creating a Property Sheet," you created a property sheet with two tabs, one for editing employee data, and one for maintaining the tasks associated with a project. It also taught you how to replace abstract views from inherited patterns with actual views for database access.

The property sheet was created by defining a new function with combined patterns from the UIBASIC, UISTYLE, and FOUNDATION Pattern Libraries. Creating a property sheet is much like creating a wizard.

In this chapter, you will define a top-level interface from which you can create a new project, using the wizard, and maintain employees and projects using the property sheet.

This section contains the following topics:

Creating a Function to Tie the Application Together

Modifying the Project Manager’s Panel

Creating and Mapping Logical Events

Event Handling in the Action Diagram

Generating and Building

Testing the Application

Chapter Review