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

/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DUndoableEdit.java191 public String getUndoPresentationName(); method in interface:UndoableEdit
H A DCompoundEdit.java103 // e.getUndoPresentationName());
221 * Returns <code>getUndoPresentationName</code>
226 public String getUndoPresentationName() { method in class:CompoundEdit
229 return last.getUndoPresentationName();
231 return super.getUndoPresentationName();
H A DUndoManager.java243 // e.getUndoPresentationName());
536 * <code>getUndoPresentationName</code> or
539 * <code>getUndoPresentationName</code> is returned, otherwise
546 return getUndoPresentationName();
563 * @see CompoundEdit#getUndoPresentationName
565 public synchronized String getUndoPresentationName() { method in class:UndoManager
568 return editToBeUndone().getUndoPresentationName();
573 return super.getUndoPresentationName();
H A DAbstractUndoableEdit.java41 * String returned by <code>getUndoPresentationName</code>;
197 * <code>getUndoPresentationName</code> and
205 * @see #getUndoPresentationName
227 public String getUndoPresentationName() { method in class:AbstractUndoableEdit
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java550 putValue(Action.NAME, undo.getUndoPresentationName());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java2851 public String getUndoPresentationName() { method in class:AbstractDocument.DefaultDocumentEvent

Completed in 176 milliseconds