Uses of Interface
org.apache.pivot.wtk.Application.UncaughtExceptionHandler
- 
Packages that use Application.UncaughtExceptionHandler Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.
- 
- 
Uses of Application.UncaughtExceptionHandler in org.apache.pivot.wtkSubinterfaces of Application.UncaughtExceptionHandler in org.apache.pivot.wtk Modifier and Type Interface Description static interfaceApplicationWithProperties.UncaughtExceptionHandlerOptional interface that allows an application to handle uncaught exceptions thrown during a user input event.Classes in org.apache.pivot.wtk that implement Application.UncaughtExceptionHandler Modifier and Type Class Description classApplicationContextBase class for application contexts.classBrowserApplicationContextApplication context used to execute applications in a web browser.classDesktopApplicationContextApplication context used to execute applications in a native frame window.
 
-