Package swingwtx.swing

Interface Summary
Action  
ButtonModel State Model for buttons.
CellEditor  
ComboBoxModel  
Icon Now matches the Swing icon interface without the need for the extraneous getImage() method.
JSWTScrollable  
ListCellRenderer  
ListModel  
ListSelectionModel  
MutableComboBoxModel  
RootPaneContainer  
Scrollable  
SpinnerModel  
SwingConstants  
WindowConstants  
 

Class Summary
AbstractAction  
AbstractButton Swing Abstract Button superclass for improved swingy-ness (and correct ActionEvent command) Written by Diane Trout, few changes and fixes up by me to provide a better hierarchy and prevent ActionEvents being fired twice.
AbstractCellEditor Base class for cell editors
AbstractListModel  
AbstractSpinnerModel  
ActionMap ActionMap implementation...
BorderFactory  
Box  
Box.Filler  
BoxLayout  
ButtonGroup This class is used to create a multiple-exclusion scope for a set of buttons.
DefaultCellEditor Default editing class for JTree and JTable
DefaultComboBoxModel  
DefaultListCellRenderer  
DefaultListModel  
DefaultListSelectionModel Handles tying to components and how selections are performed/reported.
FocusManager  
ImageIcon  
InputMap This is kind of lame...
JApplet Dummy JApplet class for Swing applet descendants.
JButton  
JCheckBox  
JCheckBoxMenuItem  
JColorChooser JColorChooser cannot descend a Swing component in SWT as it is not an embeddable widget.
JComboBox  
JComponent  
JDesktopPane  
JDialog  
JEditorPane  
JFileChooser JFileChooser is now a custom control (like Swing's), however if you only use the showXDialog() methods without calling setAccessory() or setExtensions(), you will get a native platform file chooser dialog instead.
JFrame  
JInternalFrame A JInternalFrame implementation.
JLabel  
JLayeredPane JLayeredPane implementation - a panel that allows management of overlaid components.
JList  
JMenu  
JMenuBar  
JMenuItem  
JOptionPane  
JPanel  
JPasswordField  
JPopupMenu  
JProgressBar  
JRadioButton  
JRadioButtonMenuItem  
JRootPane RootPane implementation.
JScrollBar  
JScrollPane  
JSeparator  
JSlider  
JSpinner Implementation of Swing's JSpinner class.
JSplashScreen In swing, it's a relatively easy process to create a splash screen.
JSplitPane JSplitPane kindly contributed by Jack Park.
JSWTMenuComponent  
JTabbedPane  
JTable  
JTextArea  
JTextField  
JTextPane  
JToggleButton  
JToolBar This class is now not only fully 'swing-y', but also mirrors correctly to SWT.
JTree  
JViewport Simple JViewport class.
JWindow  
KeyStroke  
LookAndFeel Dumb skeleton of a look and feel class - should be enough for existing ones to compile, but not interfere with native looks
SizeRequirements  
SpinnerDateModel  
SpinnerListModel  
SpinnerNumberModel  
SwingUtilities  
SwingWTUtils Utilities required for SwingWT.
TabItemCache  
Timer  
ToolTipManager  
UIDefaults This UIDefaults implementation is functionally read-only - changing values with put() has no real effect.
UIManager Dumb skeleton of UI manager that should be good enough to fool any programs attempting to change the Swing L&F.
UIManager.LookAndFeelInfo  
 

Exception Summary
UnsupportedLookAndFeelException