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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DStringContent.java260 * Returns a Vector containing instances of UndoPosRef for the
274 @SuppressWarnings({"rawtypes", "unchecked"}) // UndoPosRef type cannot be exposed
288 placeIn.addElement(new UndoPosRef(mark));
294 * Resets the location for all the UndoPosRef instances
302 @SuppressWarnings("rawtypes") // UndoPosRef type cannot be exposed
305 UndoPosRef ref = (UndoPosRef) positions.elementAt(counter);
372 final class UndoPosRef { class in class:StringContent
373 UndoPosRef(PosRec rec) { method in class:StringContent.UndoPosRef
441 // An array of instances of UndoPosRef fo
[all...]
H A DGapContent.java702 * Returns a Vector containing instances of UndoPosRef for the
713 @SuppressWarnings({"rawtypes", "unchecked"}) // UndoPosRef type cannot be exposed
743 Vector<UndoPosRef> placeIn = (v == null) ?
748 placeIn.addElement(new UndoPosRef(marks.elementAt(counter)));
754 * Resets the location for all the UndoPosRef instances
760 * @param positions the UndoPosRef instances to reset
764 @SuppressWarnings("rawtypes") // UndoPosRef type cannot be exposed
782 UndoPosRef ref = (UndoPosRef) positions.elementAt(counter);
833 final class UndoPosRef { class in class:GapContent
834 UndoPosRef(MarkData rec) { method in class:GapContent.UndoPosRef
[all...]

Completed in 47 milliseconds