|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.esrf.tangoatk.widget.util.ErrorPopup
public class ErrorPopup
A class which listens for command and attribute writing errors and display an ErrorPane when an error occured.
| Method Summary | |
|---|---|
void |
errorChange(ErrorEvent evt)
|
static ErrorPopup |
getInstance()
getInstance returns the unique instance of the ErrorPopup. |
static void |
main(java.lang.String[] args)
|
void |
setErrorOccured(ErrorEvent evt)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ErrorPopup getInstance()
getInstance returns the unique instance of the ErrorPopup.
There will be only one ErrorPopup per running instance of the JVM.
ErrorPopup valuepublic void errorChange(ErrorEvent evt)
errorChange in interface IErrorListenerpublic void setErrorOccured(ErrorEvent evt)
setErrorOccured in interface ISetErrorListener
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||