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
Syntax
public boolean showCentered;
Description
Displays the dialog box centered on the desktop. This is used by DhWindow.showModalDialog().
Syntax
public boolean showHelpButton;
Description
Adds or removes a Help button on the dialog box's title bar. This is used by DhWindow.showModalDialog().
Syntax
public boolean showMaximizeButton;
Description
Adds or removes a Maximize button on the dialog box's title bar. This is used by DhWindow.showModalDialog().
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
Syntax
public DhDialogInfo();
Description
Creates a DhDialogInfo object.
Methods
Syntax
public String toString();
Description