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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DStringContent.java375 this.undoLocation = rec.offset;
383 rec.offset = undoLocation;
387 protected int undoLocation; field in class:StringContent.UndoPosRef
H A DGapContent.java836 this.undoLocation = rec.getOffset();
847 if (undoLocation != endOffset) {
848 this.rec.index = undoLocation;
856 protected int undoLocation; field in class:GapContent.UndoPosRef

Completed in 60 milliseconds