Adapts the abstract component definition used by the common xui (net.xoetrope.xui) package to the concrete definition of a widget as required by an individual widget set such as AWT, Swing, SWT or HTML components.
The widget adapter generally does little more than casting the abstract widget reference to the appropriate type. The interface specifies only those methods used by XUI to manipulate components, it is not intended for any other use. By the same token it does not prevent access to the methods of the underlying class.
Copyright (c) Xoetrope Ltd., 1998-2005
License: see license.txt @version $Revision: 1.6 $ @since 2.0
|
|
|
|
|
|