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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/undo/
H A DUndoableEdit.java191 public String getUndoPresentationName(); method in interface:UndoableEdit
H A DCompoundEdit.java110 // e.getUndoPresentationName());
229 * Returns <code>getUndoPresentationName</code>
234 public String getUndoPresentationName() { method in class:CompoundEdit
237 return last.getUndoPresentationName();
239 return super.getUndoPresentationName();
H A DAbstractUndoableEdit.java42 * String returned by <code>getUndoPresentationName</code>;
198 * <code>getUndoPresentationName</code> and
206 * @see #getUndoPresentationName
228 public String getUndoPresentationName() { method in class:AbstractUndoableEdit
H A DUndoManager.java254 // e.getUndoPresentationName());
610 * <code>getUndoPresentationName</code> or
613 * <code>getUndoPresentationName</code> is returned, otherwise
620 return getUndoPresentationName();
637 * @see CompoundEdit#getUndoPresentationName
639 public synchronized String getUndoPresentationName() { method in class:UndoManager
642 return editToBeUndone().getUndoPresentationName();
647 return super.getUndoPresentationName();
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DAbstractDocument.java2873 public String getUndoPresentationName() { method in class:AbstractDocument.DefaultDocumentEvent
3018 public String getUndoPresentationName() { method in class:AbstractDocument.DefaultDocumentEventUndoableWrapper
3019 return dde.getUndoPresentationName();
/openjdk10/jdk/src/demo/share/jfc/Notepad/
H A DNotepad.java550 putValue(Action.NAME, undo.getUndoPresentationName());

Completed in 74 milliseconds