Package org.jdesktop.swingx
Class JXEditorPane.CaretHandler
- java.lang.Object
-
- org.jdesktop.swingx.JXEditorPane.CaretHandler
-
- All Implemented Interfaces:
java.util.EventListener
,javax.swing.event.CaretListener
- Enclosing class:
- JXEditorPane
private class JXEditorPane.CaretHandler extends java.lang.Object implements javax.swing.event.CaretListener
Listens to the caret placement and adjusts the editing properties as appropriate. Should add more attributes as required.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CaretHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
caretUpdate(javax.swing.event.CaretEvent evt)
-