Package org.uispec4j.interception

Provides a mechanism for intercepting popped-up dialogs and menus.

See:
          Description

Class Summary
BasicHandler Ready-to-use window interception handler, designed for simple dialogs.
FileChooserHandler WindowHandler implementation dedicated to file chooser dialogs.
MainClassAdapter Adapter that intercepts the window displayed by the main() of a given class.

This adapter keeps the reference of the intercepted window, so that main() is not called on subsequent calls.

PopupMenuInterceptor Interceptor for (usually right-click triggered) pop-up menus.
WindowHandler Interface used for defining modal dialog handlers.
WindowInterceptor Intercepts popped-up windows such as JFrame or JDialog.
 

Error Summary
InterceptionError  
 

Package org.uispec4j.interception Description

Provides a mechanism for intercepting popped-up dialogs and menus. The main class of this package is the WindowInterceptor class.



Copyright © 2004-2010. All Rights Reserved.