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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/undo/
H A DUndoableEdit.java200 public String getRedoPresentationName(); method in interface:UndoableEdit
H A DCompoundEdit.java244 * Returns <code>getRedoPresentationName</code>
249 public String getRedoPresentationName() { method in class:CompoundEdit
252 return last.getRedoPresentationName();
254 return super.getRedoPresentationName();
H A DAbstractUndoableEdit.java52 * String returned by <code>getRedoPresentationName</code>;
199 * <code>getRedoPresentationName</code> to
207 * @see #getRedoPresentationName
255 public String getRedoPresentationName() { method in class:AbstractUndoableEdit
H A DUndoManager.java611 * <code>getRedoPresentationName</code>. If the index of the next
614 * <code>getRedoPresentationName</code> is returned.
622 return getRedoPresentationName();
662 * @see CompoundEdit#getRedoPresentationName
664 public synchronized String getRedoPresentationName() { method in class:UndoManager
667 return editToBeRedone().getRedoPresentationName();
672 return super.getRedoPresentationName();
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DAbstractDocument.java2885 public String getRedoPresentationName() { method in class:AbstractDocument.DefaultDocumentEvent
3023 public String getRedoPresentationName() { method in class:AbstractDocument.DefaultDocumentEventUndoableWrapper
3024 return dde.getRedoPresentationName();
/openjdk10/jdk/src/demo/share/jfc/Notepad/
H A DNotepad.java580 putValue(Action.NAME, undo.getRedoPresentationName());

Completed in 54 milliseconds