Searched refs:getRedoPresentationName (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DUndoableEdit.java200 public String getRedoPresentationName(); method in interface:UndoableEdit
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();
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
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java580 putValue(Action.NAME, undo.getRedoPresentationName());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java2863 public String getRedoPresentationName() { method in class:AbstractDocument.DefaultDocumentEvent

Completed in 331 milliseconds