net.sf.jameleon.ui
Class TestCaseResultsPane.TCResultsSelectionListeners
java.lang.Object
net.sf.jameleon.ui.TestCaseResultsPane.TCResultsSelectionListeners
- All Implemented Interfaces:
- EventListener, ListSelectionListener
- Enclosing class:
- TestCaseResultsPane
public class TestCaseResultsPane.TCResultsSelectionListeners
- extends Object
- implements ListSelectionListener
Field Summary |
protected static int |
ERR_MSG
|
protected static int |
FUNCTION_ID
|
protected static int |
LINE
|
protected static int |
OBJECT
|
protected static int |
ROW
|
protected static int |
URL
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROW
protected static final int ROW
- See Also:
- Constant Field Values
LINE
protected static final int LINE
- See Also:
- Constant Field Values
URL
protected static final int URL
- See Also:
- Constant Field Values
FUNCTION_ID
protected static final int FUNCTION_ID
- See Also:
- Constant Field Values
ERR_MSG
protected static final int ERR_MSG
- See Also:
- Constant Field Values
OBJECT
protected static final int OBJECT
- See Also:
- Constant Field Values
TestCaseResultsPane.TCResultsSelectionListeners
public TestCaseResultsPane.TCResultsSelectionListeners()
valueChanged
public void valueChanged(ListSelectionEvent e)
- Called whenever the value of the selection changes.
- Specified by:
valueChanged
in interface ListSelectionListener
- Parameters:
e
- the event that characterizes the change.
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.