public abstract class AbstractDialogManager
extends java.lang.Object
Abstract base class for classes managing a single dialog instance. The dialog
instance can be shown by calling the associated action. The actual creation
of the dialog is usually deferred until the dialog is shown for the first
time.