Defines the base class used for displaying dialog boxes on the screen.
Component | +--CommonDialog
package com.ms.wfc.ui
public abstract class CommonDialog
extends Component
Subclasses of CommonDialog are required to implement the runDialog method to create a specific common dialog box. Subclasses can optionally override the hookProc method to implement specific dialog box hook functionality.