kaos.kpat.applet
Class NamespaceTabBuilder.TableListSelectionHandler

java.lang.Object
  extended by kaos.kpat.applet.NamespaceTabBuilder.TableListSelectionHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
NamespaceTabBuilder

public class NamespaceTabBuilder.TableListSelectionHandler
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Handles the selection on the table.


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

Constructor Detail

NamespaceTabBuilder.TableListSelectionHandler

public NamespaceTabBuilder.TableListSelectionHandler()
Method Detail

valueChanged

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