Package org.gjt.sp.util

Utility classes used by jEdit but that do not depend on jEdit itself.

See:
          Description

Interface Summary
ProgressObserver Interface used to monitor things that can progress.
WorkThreadProgressListener A work thread execution progress listener.
 

Class Summary
CharIndexedSegment Deprecated. Use SegmentCharSequence and the java.util.regex package instead.
IntegerArray A simple collection that stores integers and grows automatically.
IOUtilities IO tools that depends on JDK only.
Log This class provides methods for logging events.
ReadWriteLock Implements consumer/producer locking scemantics.
SegmentBuffer An extended segment that you can append text to.
SegmentCharSequence Class that lets java.util.regex search within a javax.swing.text.Segment.
StandardUtilities Several tools that depends on JDK only.
WorkRequest A subclass of the Runnable interface.
WorkThread Services work requests in the background.
WorkThreadPool A pool of work threads.
 

Error Summary
WorkThread.Abort  
 

Package org.gjt.sp.util Description

Utility classes used by jEdit but that do not depend on jEdit itself.