The Meta-Environment API

toolbus.viewer
Class Viewer.TableSelectionListener

java.lang.Object
  extended by toolbus.viewer.Viewer.TableSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
Viewer

private class Viewer.TableSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Constructor Summary
Viewer.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

Viewer.TableSelectionListener

public Viewer.TableSelectionListener()
Method Detail

valueChanged

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

The Meta-Environment API