Package swingwt.awt

Interface Summary
Adjustable An interface for objects which have an adjustable numeric value contained within a bounded range of values.
Composite  
CompositeContext  
ItemSelectable The interface for objects which contain a set of items for which zero or more can be selected.
LayoutManager  
LayoutManager2  
MenuContainer  
Paint  
PaintContext  
Shape  
Stroke  
Transparency  
 

Class Summary
AWTEvent  
AWTEventMulticaster  
AWTSwingWrapper Provides convenience functionality for implementing an AWT component by wrapping around the corresponding Swing version.
BorderLayout  
BufferCapabilities  
Button  
Canvas  
CardLayout  
Checkbox  
CheckboxGroup  
Choice  
Color  
Component Tag class for AWT compatibility - subclass JSWTComponent has all the good stuff.
ComponentOrientation  
Container Any component that can contain other components.
Cursor  
Dialog  
Dimension  
EventQueue Dumb wrapper around other functions we have.
FileDialog Wrapper around JFileChooser to enable AWT compatibility.
FillLayout Simple layout manager that allows one component and it fills the whole container.
FlowLayout  
Font  
FontMetrics  
Frame note: MenuContainer methods are actually implemented in Window, contrary to AWT/Swing.
Graphics  
Graphics2D  
GraphicsConfiguration Another great abstract class which is implimented in SwingWT.
GraphicsDevice  
GraphicsEnvironment  
GridBagConstraints  
GridBagLayout  
GridLayout  
Image  
ImageCapabilities  
Insets  
KeyboardFocusManager Not nearly complete, but enough to handle focusNext/focusPrevious which is enough to write your own focus manager!
Label  
List  
MediaTracker Basic MediaTracker support.
Menu  
MenuBar  
MenuComponent  
MenuItem  
MenuShortcut  
Panel  
Point  
Polygon  
PopupMenu  
Rectangle  
RenderingHints  
Scrollbar  
ScrollPane  
SWTGraphics2DRenderer This class is the final point for the mapped AWT graphics stuff - it provides the rendering capabilities to the Graphics/Graphics2D classes via mappings to SWT GC calls.
SystemColor System Color mapped implementation to values read from SWT
TableLayout Well here's a shocker - I didn't expect to be implementing an SWT layout in AWT!
TextArea  
TextComponent  
TextField  
Toolkit  
Window  
 

Exception Summary
AWTException  
HeadlessException  
IllegalComponentStateException  
 

Error Summary
AWTError