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 void
changedUpdate(DocumentEvent e)
void
insertUpdate(DocumentEvent e)
void
removeUpdate(DocumentEvent e)
-
-
-
Method Detail
-
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate
in interfaceDocumentListener
-
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate
in interfaceDocumentListener
-
-