Searched refs:getPresentationName (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/undo/
H A DUndoableEdit.java182 public String getPresentationName(); method in interface:UndoableEdit
187 * This is typically derived from <code>getPresentationName</code>.
196 * typically derived from <code>getPresentationName</code>.
H A DAbstractUndoableEdit.java209 public String getPresentationName() { method in class:AbstractUndoableEdit
217 * <code>getPresentationName</code>.
218 * If <code>getPresentationName</code> returns "",
223 * by a space, followed by <code>getPresentationName</code>
224 * unless <code>getPresentationName</code> is "" in which
226 * @see #getPresentationName
229 String name = getPresentationName();
244 * <code>getPresentationName</code>.
245 * If <code>getPresentationName</code> returns "",
250 * by a space, followed by <code>getPresentationName</cod
[all...]
H A DCompoundEdit.java214 * Returns <code>getPresentationName</code> from the
219 public String getPresentationName() { method in class:CompoundEdit
222 return last.getPresentationName();
224 return super.getPresentationName();
H A DStateEdit.java168 public String getPresentationName() { method in class:StateEdit
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DAbstractDocument.java2857 public String getPresentationName() { method in class:AbstractDocument.DefaultDocumentEvent
2875 getPresentationName();
2881 * derived from getPresentationName();
2887 getPresentationName();
3013 public String getPresentationName() { method in class:AbstractDocument.DefaultDocumentEventUndoableWrapper
3014 return dde.getPresentationName();

Completed in 60 milliseconds