Uses of Interface
javax.rad.util.event.IExceptionListener

Packages that use IExceptionListener
com.sibvisions.rad.application Contains base classes for application creation. 
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
javax.rad.application Contains all interfaces to develop an application. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
javax.rad.util Contains API dependent utility classes. 
 

Uses of IExceptionListener in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement IExceptionListener
 class Application
          The Application is the default RemoteApplication.
 

Uses of IExceptionListener in com.sibvisions.rad.ui.swing.impl
 

Classes in com.sibvisions.rad.ui.swing.impl that implement IExceptionListener
 class SwingApplet.SwingAppletLauncher
          The SwingAppletLauncher is the ILauncher implementation for swing applet applications with full access to the JApplet.
 class SwingApplication
          The SwingApplication is the IApplication implementation for swing applications with full access to the JFrame.
 

Uses of IExceptionListener in javax.rad.application
 

Subinterfaces of IExceptionListener in javax.rad.application
 interface ILauncher
          The ILauncher defines a platform and technology independent IApplication launcher.
 

Uses of IExceptionListener in javax.rad.application.genui
 

Classes in javax.rad.application.genui that implement IExceptionListener
 class UILauncher
          The UILauncher is an AbstractFrame extension.
 

Uses of IExceptionListener in javax.rad.util
 

Methods in javax.rad.util that return IExceptionListener
static IExceptionListener[] ExceptionHandler.getListeners()
          Returns all registered exception listeners.
 

Methods in javax.rad.util with parameters of type IExceptionListener
static void ExceptionHandler.addExceptionListener(IExceptionListener pListener)
          Adds a listener to the handler.
static void ExceptionHandler.addExceptionListener(IExceptionListener pListener, int pIndex)
          Adds a listener to the handler, at the given position.
static void ExceptionHandler.removeExceptionListener(IExceptionListener pListener)
          Removes a listener from the handler.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.