|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.text.Segment
org.gjt.sp.util.SegmentBuffer
An extended segment that you can append text to.
| Field Summary |
| Fields inherited from class javax.swing.text.Segment |
array, count, offset |
| Fields inherited from interface java.text.CharacterIterator |
DONE |
| Constructor Summary | |
SegmentBuffer(int capacity)
|
|
| Method Summary | |
void |
append(char ch)
|
void |
append(char[] text,
int off,
int len)
|
| Methods inherited from class javax.swing.text.Segment |
clone, current, first, getBeginIndex, getEndIndex, getIndex, isPartialReturn, last, next, previous, setIndex, setPartialReturn, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SegmentBuffer(int capacity)
| Method Detail |
public void append(char ch)
public void append(char[] text,
int off,
int len)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||