DhDialogInfo Class

DhDialogInfo Class

This Package | All Packages

DhStyleBase
  |
  +--DhDialogInfo
public class DhDialogInfo
extends DhStyleBase

Represents an information class for dialog boxes.

Fields
Name Description
showCentered Displays the dialog box centered on the desktop.
showHelpButton Adds or removes a Help button on the dialog box's title bar.
showMaximizeButton Adds or removes a Maximize button on the dialog box's title bar.
showMinimizeButton Adds or removes a Minimize button on the dialog box's title bar.

Constructors
Name Description
DhDialogInfo() Creates a DhDialogInfo object.

Methods
Name Description
toString() Retrieves a string representation of this object.

Fields

DhDialogInfo.showCentered

Syntax
public boolean showCentered;
Description
Displays the dialog box centered on the desktop. This is used by DhWindow.showModalDialog().

DhDialogInfo.showHelpButton

Syntax
public boolean showHelpButton;
Description
Adds or removes a Help button on the dialog box's title bar. This is used by DhWindow.showModalDialog().

DhDialogInfo.showMaximizeButton

Syntax
public boolean showMaximizeButton;
Description
Adds or removes a Maximize button on the dialog box's title bar. This is used by DhWindow.showModalDialog().

DhDialogInfo.showMinimizeButton

Syntax
public boolean showMinimizeButton;
Description
Adds or removes a Minimize button on the dialog box's title bar. This is used by DhWindow.showModalDialog().

Constructors

DhDialogInfo.DhDialogInfo

Syntax
public DhDialogInfo();
Description

Creates a DhDialogInfo object.

Methods

DhDialogInfo.toString

Syntax
public String toString();
Description

Retrieves a string representation of this object.