Searched defs:getRedoPresentationName (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DUndoableEdit.java200 public String getRedoPresentationName(); method in interface:UndoableEdit
H A DAbstractUndoableEdit.java51 * String returned by <code>getRedoPresentationName</code>;
198 * <code>getRedoPresentationName</code> to
206 * @see #getRedoPresentationName
254 public String getRedoPresentationName() { method in class:AbstractUndoableEdit
H A DCompoundEdit.java236 * Returns <code>getRedoPresentationName</code>
241 public String getRedoPresentationName() { method in class:CompoundEdit
244 return last.getRedoPresentationName();
246 return super.getRedoPresentationName();
H A DUndoManager.java537 * <code>getRedoPresentationName</code>. If the index of the next
540 * <code>getRedoPresentationName</code> is returned.
548 return getRedoPresentationName();
588 * @see CompoundEdit#getRedoPresentationName
590 public synchronized String getRedoPresentationName() { method in class:UndoManager
593 return editToBeRedone().getRedoPresentationName();
598 return super.getRedoPresentationName();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java2863 public String getRedoPresentationName() { method in class:AbstractDocument.DefaultDocumentEvent

Completed in 37 milliseconds