Uses of Class
org.jdesktop.swingx.error.ErrorEvent
-
Packages that use ErrorEvent Package Description org.jdesktop.swingx.error Contains classes and interfaces used by theJErrorPane
component. -
-
Uses of ErrorEvent in org.jdesktop.swingx.error
Methods in org.jdesktop.swingx.error with parameters of type ErrorEvent Modifier and Type Method Description void
ErrorListener. errorOccured(ErrorEvent event)
Tells listeners that an error has occured within the watched component.
-