kaos.kpat.tabs
Class OntologyViewTab.TableListSelectionHandler

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

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

Handles the selection on the table.


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

OntologyViewTab.TableListSelectionHandler

public OntologyViewTab.TableListSelectionHandler()
Method Detail

valueChanged

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