net.sourceforge.atunes.kernel.controllers.customsearch
Class ComplexTreeSelectionListener

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.customsearch.ComplexTreeSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener

public class ComplexTreeSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

This class controls selection events in complex rules tree.


Constructor Summary
ComplexTreeSelectionListener(CustomSearchDialog dialog, javax.swing.JTree tree)
          Constructor.
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexTreeSelectionListener

public ComplexTreeSelectionListener(CustomSearchDialog dialog,
                                    javax.swing.JTree tree)
Constructor.

Parameters:
dialog - the dialog
tree - the tree
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.