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.wtk
Subinterfaces of Application.UncaughtExceptionHandler in org.apache.pivot.wtk Modifier and Type Interface Description static interface
ApplicationWithProperties.UncaughtExceptionHandler
Optional 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 class
ApplicationContext
Base class for application contexts.class
BrowserApplicationContext
Application context used to execute applications in a web browser.class
DesktopApplicationContext
Application context used to execute applications in a native frame window.
-