Uses of Interface
org.jdesktop.swingx.error.ErrorListener
Packages that use ErrorListener
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
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 ErrorListenerModifier and TypeMethodDescriptionvoid
JXImageView.addErrorListener
(ErrorListener el) Adds an ErrorListener to the list of listeners to be notified of ErrorEventsvoid
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
Fields in org.jdesktop.swingx.error with type parameters of type ErrorListenerMethods in org.jdesktop.swingx.error that return ErrorListenerModifier and TypeMethodDescriptionErrorSupport.getErrorListeners()
Returns an array of all the listeners which were added to theErrorSupport
object withaddErrorListener()
.Methods in org.jdesktop.swingx.error with parameters of type ErrorListenerModifier and TypeMethodDescriptionvoid
ErrorSupport.addErrorListener
(ErrorListener listener) Add an ErrorListenervoid
ErrorSupport.removeErrorListener
(ErrorListener listener) Remove an error listener