JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing
Class JCTreeExplorer.SelectionListener

java.lang.Object
  |
  +--com.klg.jclass.swing.JCTreeExplorer.SelectionListener
All Implemented Interfaces:
EventListener, TableModelListener, TreeSelectionListener
Enclosing class:
JCTreeExplorer

protected class JCTreeExplorer.SelectionListener
extends Object
implements TreeSelectionListener, TableModelListener

Class that listens for selections on the tree component and changes the source of the TableModel.


Constructor Summary
protected JCTreeExplorer.SelectionListener()
           
 
Method Summary
 void tableChanged(TableModelEvent e)
           
 void valueChanged(TreeSelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCTreeExplorer.SelectionListener

protected JCTreeExplorer.SelectionListener()
Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent event)
Specified by:
valueChanged in interface TreeSelectionListener

tableChanged

public void tableChanged(TableModelEvent e)
Specified by:
tableChanged in interface TableModelListener

Copyright © 2004 Quest Software Inc..
All rights reserved.