csheets.ext.test.ui
Class TestCasePanel.ValidationStateChanger

java.lang.Object
  extended by 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

Constructor Summary
TestCasePanel.ValidationStateChanger(UIController uiController)
          Creates a new validation state changer
 
Method Summary
 void tableChanged(TableModelEvent e)
          Sets the validation state of a test case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCasePanel.ValidationStateChanger

public TestCasePanel.ValidationStateChanger(UIController uiController)
Creates a new validation state changer

Parameters:
uiController - the user interface controller
Method Detail

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