Class DocumentChangeHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.designtime.swing.event.DocumentChangeHandler
-
- All Implemented Interfaces:
EventListener,DocumentListener
public abstract class DocumentChangeHandler extends Object implements DocumentListener
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentChangeHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidchangedUpdate(DocumentEvent e)protected abstract voidhandleChange(DocumentEvent e)voidinsertUpdate(DocumentEvent e)voidremoveUpdate(DocumentEvent e)
-
-
-
Method Detail
-
handleChange
protected abstract void handleChange(DocumentEvent e)
-
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdatein interfaceDocumentListener
-
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdatein interfaceDocumentListener
-
-