Uses of Class
gnu.lists.GapVector

Packages that use GapVector
gnu.jemacs.swt   
gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. 
 

Uses of GapVector in gnu.jemacs.swt
 

Subclasses of GapVector in gnu.jemacs.swt
 class BufferContent
           
 class LineOffsets
          The purpose of this class is to maintain an ordered set of line offsets for an SwtCharBuffer.
 class SwtCharBuffer
          TODO Explain that this is all about.
 

Uses of GapVector in gnu.lists
 

Subclasses of GapVector in gnu.lists
 class CharBuffer
          Editable character sequence using a a buffer-gap implementstion and self-adjusting position.
 class StableVector
          Implements a stable sequence with sticky positions.