Package edu.rice.cs.plt.swing

Class Summary
AppletComponent A JComponent wrapper for an Applet, providing a lightweight context for testing or reusing applet code.
ComposedActionListener An ActionListener that delegates to a wrapped list of listeners.
ComposedCaretListener A CaretListener that delegates to a wrapped list of listeners.
ComposedCellEditorListener A CellEditorListener that delegates to a wrapped list of listeners.
ComposedChangeListener A ChangeListener that delegates to a wrapped list of listeners.
ComposedDocumentListener A DocumentListener that delegates to a wrapped list of listeners.
ComposedListener<T> Abstract parent of composed listeners, which allow a list to be treated as a single listener object.
ComposedTreeModelListener A TreeModelListener that delegates to a wrapped list of listeners.
ShadedTreeCellRenderer A tree cell renderer that sets the backgrounds of cells to alternating colors.
SwingUtil  
SwingWorker<R,I> A utility class providing the core functionality of javax.swing.SwingWorker (first available in Java 6), in addition to supporting the IncrementalTaskController interface.
TextAreaMessageDialog Message dialog with a word-wrapping text area that allows copy & paste.