Searched defs:UndoPosRef (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStringContent.java259 * Returns a Vector containing instances of UndoPosRef for the
286 placeIn.addElement(new UndoPosRef(mark));
292 * Resets the location for all the UndoPosRef instances
302 UndoPosRef ref = (UndoPosRef)positions.elementAt(counter);
368 final class UndoPosRef { class in class:StringContent
369 UndoPosRef(PosRec rec) { method in class:StringContent.UndoPosRef
437 // An array of instances of UndoPosRef for the Positions in the
494 // An array of instances of UndoPosRef for the Positions in the
H A DGapContent.java701 * Returns a Vector containing instances of UndoPosRef for the
744 placeIn.addElement(new UndoPosRef(marks.elementAt(counter)));
750 * Resets the location for all the UndoPosRef instances
756 * @param positions the UndoPosRef instances to reset
775 UndoPosRef ref = (UndoPosRef)positions.elementAt(counter);
826 final class UndoPosRef { class in class:GapContent
827 UndoPosRef(MarkData rec) { method in class:GapContent.UndoPosRef
852 } // End of GapContent.UndoPosRef
899 /** An array of instances of UndoPosRef fo
[all...]

Completed in 1358 milliseconds