|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorListener | |
|---|---|
| org.jdesktop.swingx | Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. |
| org.jdesktop.swingx.error | Contains classes and interfaces used by the JErrorPane component. |
| Uses of ErrorListener in org.jdesktop.swingx |
|---|
| Methods in org.jdesktop.swingx with parameters of type ErrorListener | |
|---|---|
void |
JXImageView.addErrorListener(ErrorListener el)
Adds an ErrorListener to the list of listeners to be notified of ErrorEvents |
void |
JXImageView.removeErrorListener(ErrorListener el)
Remove an ErrorListener from the list of listeners to be notified of ErrorEvents. |
| Uses of ErrorListener in org.jdesktop.swingx.error |
|---|
| Methods in org.jdesktop.swingx.error that return ErrorListener | |
|---|---|
ErrorListener[] |
ErrorSupport.getErrorListeners()
Returns an array of all the listeners which were added to the ErrorSupport object with addErrorListener(). |
| Methods in org.jdesktop.swingx.error with parameters of type ErrorListener | |
|---|---|
void |
ErrorSupport.addErrorListener(ErrorListener listener)
Add an ErrorListener |
void |
ErrorSupport.removeErrorListener(ErrorListener listener)
Remove an error listener |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||