Package net.xoetrope.awt

Class Summary
AwtWidgetAdapter Adapts the abstract component definition used by the common xui (net.xoetrope.xui) package to the concrete definition of an AWT component.
XApplet This class is constructed with a window or frame and can be part of an applet or an application.
XAwtHelper A collection of utilities for use with the Swing version of XUI
XButton A wrapper for the AWT Button class.
XCheckbox A wrapper for the AWT Checkbox class
XComboBox A wrapper for the AWT Choice class
XDialog Provides support for Popups.
XDialogEventDispatchThread  
XEdit A wrapper for the AWT TextField class
XHotspotImage A widget for displaying an image and associating hotspots at coordinates specified in an external file
XImage Draws an image
XImageMap An extended hotspot support the drawing of a polygon around the 'hot' area
XLabel Draws text.
XList A wrapper for the AWT List class
XMenu A wrapper for menus
XMenuBar A wrapper for menus
XMenuItem A wrapper for menu items
XMessageBox Creates a simple modal MessageBox with a label for the text and a close button
XMetaContent This component renders XML based content.
XPanel A basic container for components.
XPassword A wrapper for the AWT TextField class, adding an echo character
XRadioButton A wrapper for the Checkbox class
XScrollableMetaContent Implements a scrollable holder for a XMetaContent component
XScrollPane Wraps ScrollPane
XTab Paint a tab item
XTable Provides a simple read-only tables/grid component.
XTableRenderer Provides a simple read-only tables/grid component.
XTabPanel A tab panel.
XTextArea A wrapper for the AWT TextField class
XToolTip A Tooltip class for AWT components.
XUnknown A dummy component type, used if no other component can be found