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

/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java119 editor.getDocument().addUndoableEditListener(undoHandler);
453 protected UndoableEditListener undoHandler = new UndoHandler(); field in class:Notepad
609 oldDoc.removeUndoableEditListener(undoHandler);
664 oldDoc.removeUndoableEditListener(undoHandler);
667 getEditor().getDocument().addUndoableEditListener(undoHandler);
775 doc.addUndoableEditListener(undoHandler);

Completed in 36 milliseconds