gnu.jemacs.swt
public class SwtCharBuffer extends GapVector implements CharSequence
| Field Summary | |
|---|---|
| protected FString | chars |
| protected LineOffsets | lineOffsets |
| Constructor Summary | |
|---|---|
| SwtCharBuffer(int initialSize) | |
| Method Summary | |
|---|---|
| char | charAt(int index) |
| void | delete(int where, int count) |
| protected void | gapReserve(int size) |
| void | getChars(int start, int end, char[] dest, int destStart) |
| void | insert(int where, String str) |
| int | length() |
| int | offset2pos(int offset) |
| int | pos2offset(int pos) |
| protected static String | printable(String s) |
| protected void | shiftGap(int newGapStart) |
| protected void | show() |
| CharSequence | subSequence(int start, int end) |
| String | toString() |
See Also: java.lang.CharSequence#charAt(int)
Parameters: where count
See Also: GapVector
Parameters: where str
See Also: java.lang.CharSequence#length()
See Also: GapVector