Package org.openswing.swing.util.client

Interface Summary
BusyListener Title: OpenSwing Framework Description: Interface used to decouple busy event firing (ClientUtils.getData method) from busy event consuming (e.g.
SearchControl Title: OpenSwing Framework Description: Interface implemented by combo control, list control and grid control to search items.
 

Class Summary
ApplicationEventQueue Title: OpenSwing Framework Description: System event queue, used to intercept key events or mouse events or focus events for the MDIFrame or Form object or any other JComponent.
ClientSettings Title: OpenSwing Framework Description: Client settings, used to initialize MDI Frame.
ClientUtils Title: OpenSwing Framework Description: Help singleton class used to comunicate with the external environment, like the server side (via HTTP) or to fetch external resources (XML, images).
DefaultObjectSender Title: OpenSwing Framework Description: Help class used to comunicate with the the server-side layer, via HTTP.
HessianObjectSender Title: OpenSwing Framework Description: Base class used to comunicate with the the server-side layer, via HTTP.
ObjectSender Title: OpenSwing Framework Description: Base class used to comunicate with the the server-side layer, via HTTP.
SearchWindowManager Title: OpenSwing Framework Description: Search window used in combo control or list control or grid control.