Workplace Shell Object Types

There are three main classes in the WPS class hierarchy, descended from WPObject. The WPS classes are shown in Figure "Workplace Shell Class Hierarchy"

Classes are used to create the instances, or objects, that the user sees on the desktop. Each can be subclassed to create a new, derived class which inherits some of the properties and behaviors of the parent. Two useful terms to note here are base class, a class which is a direct subclass of WPObject, and persistence, which denotes that an object knows how to save its current state.

The main WPS classes are:

WPObject

WPAbstract WPFileSystem WPTransient


[Back: Workplace Shell and the System Object Model]
[Next: Relationship of the Shell to the File System]