| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ MessageButtons | GetButtons
()
Get method for attribute "Buttons" An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button. |
| /*optional*/ MessageButton | GetDefaultButton
()
Get method for attribute "DefaultButton" The identifier of the default button. If null, the default button will be the OK button. |
| /*optional*/ String | GetDialogLabel
()
Get method for attribute "DialogLabel" The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric. |
| /*optional*/ MessageDialogType | GetMessageDialogType
()
Get method for attribute "MessageDialogType" The type of icon to show with the message dialog. If null, the dialog will show the Info icon. |
| void | SetButtons
(
/*optional*/
MessageButtons value)
Set method for attribute "Buttons" An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button. |
| void | SetDefaultButton
(
/*optional*/
MessageButton value)
Set method for attribute "DefaultButton" The identifier of the default button. If null, the default button will be the OK button. |
| void | SetDialogLabel
(
/*optional*/
String value)
Set method for attribute "DialogLabel" The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric. |
| void | SetMessageDialogType
(
/*optional*/
MessageDialogType value)
Set method for attribute "MessageDialogType" The type of icon to show with the message dialog. If null, the dialog will show the Info icon. |
| Method Detail |
|---|
| GetMessageDialogType/SetMessageDialogType |
|---|
| /*optional*/ MessageDialogType | GetMessageDialogType | () |
| void | SetMessageDialogType | ( /*optional*/ MessageDialogType value) |
The type of icon to show with the message dialog. If null, the dialog will show the Info icon.
|
| GetDialogLabel/SetDialogLabel |
|---|
| /*optional*/ String | GetDialogLabel | () |
| void | SetDialogLabel | ( /*optional*/ String value) |
The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric.
|
| GetButtons/SetButtons |
|---|
| /*optional*/ MessageButtons | GetButtons | () |
| void | SetButtons | ( /*optional*/ MessageButtons value) |
An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.
|
| GetDefaultButton/SetDefaultButton |
|---|
| /*optional*/ MessageButton | GetDefaultButton | () |
| void | SetDefaultButton | ( /*optional*/ MessageButton value) |
The identifier of the default button. If null, the default button will be the OK button.
|