com.ochafik.swing
Class SimpleDocumentAdapter

java.lang.Object
  extended by com.ochafik.swing.SimpleDocumentAdapter
All Implemented Interfaces:
EventListener, DocumentListener

public abstract class SimpleDocumentAdapter
extends Object
implements DocumentListener


Constructor Summary
SimpleDocumentAdapter()
           
 
Method Summary
 void changedUpdate(DocumentEvent e)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
abstract  void updated(DocumentEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDocumentAdapter

public SimpleDocumentAdapter()
Method Detail

updated

public abstract void updated(DocumentEvent e)

changedUpdate

public void changedUpdate(DocumentEvent e)
Specified by:
changedUpdate in interface DocumentListener

insertUpdate

public void insertUpdate(DocumentEvent e)
Specified by:
insertUpdate in interface DocumentListener

removeUpdate

public void removeUpdate(DocumentEvent e)
Specified by:
removeUpdate in interface DocumentListener


Copyright © 2009. All Rights Reserved.