VMSFrame

Every application based on the enterprise Curl framework requires a specific implementation of the AppFrame class, used as the MDI frame to present application windows to users. Figure 6-3 shows the code required for the VMS Motors application frame, which is called VMSFrame.

Figure 6-3. VMSFrame class listing.
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|| File:     VMSFrame.scurl
|| Author:   Paul Sheehan
|| Version:  1.0
|| Contents: This creates the frame window for the VMS
||           Motors application
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{define-class public VMSFrame {inherits AppFrame}}

You can see in Figure 6-3 that we do not need to implement any methods or additional functionality within the VMSFrame ...

Get Enterprise Curl now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.