org.gamenet.swing.controls
Class DataSectionTree.DataSectionTreeSelectionListener

java.lang.Object
  extended byorg.gamenet.swing.controls.DataSectionTree.DataSectionTreeSelectionListener
All Implemented Interfaces:
EventListener, TreeSelectionListener
Enclosing class:
DataSectionTree

class DataSectionTree.DataSectionTreeSelectionListener
extends Object
implements TreeSelectionListener


Field Summary
private  MonitoredTaskThread displayLodEntryThread
           
private  JPanel displayPanel
           
 
Constructor Summary
DataSectionTree.DataSectionTreeSelectionListener(JPanel displayPanel)
           
 
Method Summary
 void display(DataSectionable finalizedDataSectionable, String finalizedDataSectionName)
           
 void displayList(DataSectionable finalizedDataSectionable, String finalizedDataSectionName, List list, int listStartIndex, int listEndIndex)
           
 void valueChanged(TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayPanel

private JPanel displayPanel

displayLodEntryThread

private MonitoredTaskThread displayLodEntryThread
Constructor Detail

DataSectionTree.DataSectionTreeSelectionListener

public DataSectionTree.DataSectionTreeSelectionListener(JPanel displayPanel)
Method Detail

valueChanged

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

displayList

public void displayList(DataSectionable finalizedDataSectionable,
                        String finalizedDataSectionName,
                        List list,
                        int listStartIndex,
                        int listEndIndex)

display

public void display(DataSectionable finalizedDataSectionable,
                    String finalizedDataSectionName)