org.jvnet.substance
Class SubstanceTableUI.TableSelectionListener

java.lang.Object
  extended by org.jvnet.substance.SubstanceTableUI.TableSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
SubstanceTableUI

protected class SubstanceTableUI.TableSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Selection listener for selection animation effects.

Author:
Kirill Grouchnikov

Constructor Summary
protected SubstanceTableUI.TableSelectionListener()
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceTableUI.TableSelectionListener

protected SubstanceTableUI.TableSelectionListener()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener