|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgui.ErrorMessage
public class ErrorMessage
defines an Error PopUp object
| Constructor Summary | |
|---|---|
ErrorMessage(org.eclipse.swt.widgets.Shell shell,
java.lang.String error)
creates a pop up with the headline error and |
|
ErrorMessage(java.lang.String error)
creates a pop up with the headline error |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorMessage(java.lang.String error)
error - the message of the pop-up
public ErrorMessage(org.eclipse.swt.widgets.Shell shell,
java.lang.String error)
shell - the shell where the pop-up will be linked toerror - the message of the pop-up
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||