December 2002
Intermediate to advanced
400 pages
9h 25m
English
The StatusBarManager is a service manager class that controls the appearance of an application status bar. It is used to create the classes involved in the visual representation of the status bar, as well as the methods that control setting the data within each element. The code for the StatusBarManager class is discussed in the following sections.
The code required in the {get-status-bar} method, and for the declaration of the class fields, is shown in Figure 7-2.
StatsBarManager has a private class field declared called statusbar-container, which is of the type StatsBarContainer. This is instantiated directly upon creation of this class, as no other constructor processing needs to happen or parameters passed ...