Module jEdit

Class SegmentBuffer

java.lang.Object
javax.swing.text.Segment
org.gjt.sp.util.SegmentBuffer
All Implemented Interfaces:
CharSequence, Cloneable, CharacterIterator

public class SegmentBuffer extends Segment
An extended segment that you can append text to.
  • Constructor Details

    • SegmentBuffer

      public SegmentBuffer(int capacity)
  • Method Details

    • append

      public void append(char ch)
    • append

      public void append(char[] text, int off, int len)