Class AbstractSetupPanel.ModificationDocumentListener
- java.lang.Object
-
- adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationDocumentListener
-
- All Implemented Interfaces:
EventListener,DocumentListener
- Enclosing class:
- AbstractSetupPanel<T>
public class AbstractSetupPanel.ModificationDocumentListener extends Object implements DocumentListener
Document listener that just sets the modified flag.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description ModificationDocumentListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangedUpdate(DocumentEvent e)voidinsertUpdate(DocumentEvent e)voidremoveUpdate(DocumentEvent e)
-
-
-
Method Detail
-
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
-
-