Class JXEditorPane.UndoHandler

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.UndoableEditListener
    Enclosing class:
    JXEditorPane

    private class JXEditorPane.UndoHandler
    extends java.lang.Object
    implements javax.swing.event.UndoableEditListener
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UndoHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void undoableEditHappened​(javax.swing.event.UndoableEditEvent evt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UndoHandler

        private UndoHandler()
    • Method Detail

      • undoableEditHappened

        public void undoableEditHappened​(javax.swing.event.UndoableEditEvent evt)
        Specified by:
        undoableEditHappened in interface javax.swing.event.UndoableEditListener