User's Guide
Next, subclass from Object by doing the
following:
- From the list of classes, select Object.
- From the Classes menu, select Add
> Subclass.
- When a prompter opens, enter the name of your new class,
TimeLogger.
- In the next prompter, select subclass, then select
OK.
- In the description pane, which now displays the description for
TimeLogger, do the following:
- Add the instance variables:
shell clientListBox serviceListBox startTime elapsedTime fileName timeElapsedDisplay busyCursor text form
- Add the pool dictionaries:
CgConstants CwConstants CfsConstants CldtConstants
- Save the class.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]