Searched refs:undoLocation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStringContent.java371 this.undoLocation = rec.offset;
379 rec.offset = undoLocation;
383 protected int undoLocation; field in class:StringContent.UndoPosRef
H A DGapContent.java829 this.undoLocation = rec.getOffset();
840 if (undoLocation != endOffset) {
841 this.rec.index = undoLocation;
849 protected int undoLocation; field in class:GapContent.UndoPosRef

Completed in 24 milliseconds