home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text;
-
- final class StringContent$UndoPosRef {
- protected int undoLocation;
- protected StringContent.PosRec rec;
- // $FF: synthetic field
- private final StringContent this$0;
-
- StringContent$UndoPosRef(StringContent var1, StringContent.PosRec var2) {
- this.this$0 = var1;
- this.rec = var2;
- this.undoLocation = var2.offset;
- }
-
- protected void resetLocation() {
- this.rec.offset = this.undoLocation;
- }
- }
-