Package jaxe

Class JaxeTextPane.MyCaretListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.CaretListener
    Enclosing class:
    JaxeTextPane

    protected class JaxeTextPane.MyCaretListener
    extends java.lang.Object
    implements javax.swing.event.CaretListener
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MyCaretListener()  
    • Method Summary

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

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

      • MyCaretListener

        protected MyCaretListener()
    • Method Detail

      • caretUpdate

        public void caretUpdate​(javax.swing.event.CaretEvent e)
        Specified by:
        caretUpdate in interface javax.swing.event.CaretListener