net.sf.jameleon.ui
Class TestCaseResultsPane.TCResultsSelectionListeners

java.lang.Object
  extended by 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
           
 
Constructor Summary
TestCaseResultsPane.TCResultsSelectionListeners()
           
 
Method Summary
 void valueChanged(ListSelectionEvent e)
          Called whenever the value of the selection changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TestCaseResultsPane.TCResultsSelectionListeners

public TestCaseResultsPane.TCResultsSelectionListeners()
Method Detail

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.