Package edu.rice.cs.util.swing

Some utility classes for working in Swing.

See:
          Description

Interface Summary
ContinueCommand A thunk returning boolean.
 

Class Summary
DelegatingAction  
DocumentOutputStream An extension of OutputStream that writes its output to an implementation of Document.
FindReplaceMachine Implementation of logic of find/replace over a document.
FindReplaceMachineTest Test the interactions between double quotes and backslashes.
FindResult Returned to FindMachineDialog with the location of the found string (or -1 if the string was not found) as well as a flag indicating whether the machine wrapped around the end of the document.
FontChooser FontChooser, adapted from NwFontChooserS by Noah Wairauch.
HighlightManager  
SwingWorker SwingWorker, adapted from Sun's Java Tutorial.
SwingWorker.ThreadVar Class to maintain reference to current worker thread under separate synchronization control.
UneditableTableModel Common TableModel for Uneditable tables
 

Package edu.rice.cs.util.swing Description

Some utility classes for working in Swing.