| Klasse javax.swing.text.GapContent | 1.2 |
java.lang.Object
|
+--javax.swing.text.GapVector
|
+--javax.swing.text.GapContent
| Konstruktoren | |
|---|---|
| public | GapContent() |
| public | GapContent(int initialLength) |
| Methoden | |
|---|---|
| protected Object | allocateArray(int len) |
| protected int | getArrayLength() |
| public int | length() |
| public UndoableEdit | insertString(int where, String str) |
| public UndoableEdit | remove(int where, int nitems) |
| public String | getString(int where, int len) |
| public void | getChars(int where, int len, Segment chars) |
| public Position | createPosition(int offset) |
| protected void | shiftEnd(int newSize) |
| protected void | shiftGap(int newGapStart) |
| protected void | resetMarksAtZero() |
| protected void | shiftGapStartDown(int newGapStart) |
| protected void | shiftGapEndUp(int newGapEnd) |
| protected Vector | getPositionsInRange(Vector v, int offset, int length) |
| protected void | updateUndoPositions(Vector positions, int offset, int length) |