com.instantbank.lettertemplate.editor.applet
Class TemplateEditor.ComponentEditor.DocumentChange
java.lang.Object
|
+--com.instantbank.lettertemplate.editor.applet.TemplateEditor.ComponentEditor.DocumentChange
- All Implemented Interfaces:
- javax.swing.event.DocumentListener, java.util.EventListener
- Enclosing class:
- TemplateEditor.ComponentEditor
- class TemplateEditor.ComponentEditor.DocumentChange
- extends java.lang.Object
- implements javax.swing.event.DocumentListener
Signals changes occurred to the document under this editor, setting the
hasChanged
attribute of the corresponding component.
Method Summary |
void |
changedUpdate(javax.swing.event.DocumentEvent e)
Puts the template in "out of date" status. |
void |
insertUpdate(javax.swing.event.DocumentEvent e)
Puts the template in "out of date" status. |
void |
removeUpdate(javax.swing.event.DocumentEvent e)
Puts the template in "out of date" status. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
TemplateEditor.ComponentEditor.DocumentChange
TemplateEditor.ComponentEditor.DocumentChange()
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent e)
- Puts the template in "out of date" status.
- Specified by:
insertUpdate
in interface javax.swing.event.DocumentListener
- Parameters:
e
- Description of the Parameter
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent e)
- Puts the template in "out of date" status.
- Specified by:
removeUpdate
in interface javax.swing.event.DocumentListener
- Parameters:
e
- Description of the Parameter
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent e)
- Puts the template in "out of date" status.
- Specified by:
changedUpdate
in interface javax.swing.event.DocumentListener
- Parameters:
e
- Description of the Parameter