|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.novell.admin.common.ui.NSPIExceptionMsgBox
NSPIExceptionMsgBox - Is used as a common class for displaying SPIExceptions.
Constructor Summary | |
NSPIExceptionMsgBox(Shell shell,
SPIException e)
Constructor. |
|
NSPIExceptionMsgBox(Shell shell,
SPIException e,
java.lang.String msg)
Constructor - Takes an additional message parameter to display after the SPIException message. |
|
NSPIExceptionMsgBox(Shell shell,
SPIException e,
java.lang.String msg,
int type)
Constructor - Takes an additional message parameter to display after the SPIException message. |
Method Summary | |
int |
getPressedButton()
GetPressedButton - calls the NMsgBox getPressedButton method |
int |
launch()
Launch - calls the NMsgBox launch method returning the results |
void |
setVisible(boolean b)
setVisible - calls the NMsgBox setVisible method |
void |
show()
show - calls the NMsgBox show method |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NSPIExceptionMsgBox(Shell shell, SPIException e)
public NSPIExceptionMsgBox(Shell shell, SPIException e, java.lang.String msg)
public NSPIExceptionMsgBox(Shell shell, SPIException e, java.lang.String msg, int type)
Method Detail |
public int launch()
public void show()
public void setVisible(boolean b)
public int getPressedButton()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |