csheets.ext.test.ui
Class TestCasePanel.ValidationStateChanger
java.lang.Object
csheets.ext.test.ui.TestCasePanel.ValidationStateChanger
- All Implemented Interfaces:
- EventListener, TableModelListener
- Enclosing class:
- TestCasePanel
protected class TestCasePanel.ValidationStateChanger
- extends Object
- implements TableModelListener
A table model listener for setting the validation state of test cases.
- Author:
- Einar Pehrson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCasePanel.ValidationStateChanger
public TestCasePanel.ValidationStateChanger(UIController uiController)
- Creates a new validation state changer
- Parameters:
uiController - the user interface controller
tableChanged
public void tableChanged(TableModelEvent e)
- Sets the validation state of a test case.
- Specified by:
tableChanged in interface TableModelListener
- Parameters:
e - the event that was fired