|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.ui.IMessageDialogHandler
public IMessageDialogHandler
Handle to show the dialog when unexpected error is occurred by Plug-in.
| Method Summary | |
|---|---|
abstract int |
showComfirmMessage(Component parentComponent,
String message)
Show a dialog for confirmation. |
abstract void |
showErrorMessage(Component parentComponent,
String message)
Show a dialog for an error. |
abstract void |
showInformationMessage(Component parentComponent,
String message)
Show a dialog for an information message. |
abstract void |
showUnexpecedErrorMessage(Component parentComponent)
Show a dialog for an unexpected error. |
abstract void |
showWarningMessage(Component parentComponent,
String message)
Show a dialog for a warning message. |
| Method Detail |
|---|
abstract void showUnexpecedErrorMessage(Component parentComponent)
parentComponent - the parent component of the dialog
abstract void showWarningMessage(Component parentComponent,
String message)
parentComponent - the parent component of the dialogmessage - the message to display
abstract void showInformationMessage(Component parentComponent,
String message)
parentComponent - the parent component of the dialogmessage - the message to display
abstract void showErrorMessage(Component parentComponent,
String message)
parentComponent - the parent component of the dialogmessage - the message to display
abstract int showComfirmMessage(Component parentComponent,
String message)
parentComponent - the parent component of the dialogmessage - the message to display
JOptionPane#YES_OPTION
JOptionPane#NO_OPTION
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||