p3j.gui.panels.projections
Class ProjectionTreeSelectionListener

java.lang.Object
  extended by p3j.gui.panels.projections.ProjectionTreeSelectionListener
All Implemented Interfaces:
EventListener, TreeSelectionListener

public class ProjectionTreeSelectionListener
extends Object
implements TreeSelectionListener

Default selection listener for projection trees.

Author:
Christina Bohk, Roland Ewald

Constructor Summary
ProjectionTreeSelectionListener(JPanel content, IProjectionTree tree)
          Instantiates a new projection tree selection listener.
 
Method Summary
 void valueChanged(TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionTreeSelectionListener

public ProjectionTreeSelectionListener(JPanel content,
                                       IProjectionTree tree)
Instantiates a new projection tree selection listener.

Parameters:
content - the content
tree - the tree
Method Detail

valueChanged

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


Copyright © 2012. All Rights Reserved.