net.sf.jameleon.ui
Class FunctionalPointTree.FPTreeListener

java.lang.Object
  extended by net.sf.jameleon.ui.FunctionalPointTree.FPTreeListener
All Implemented Interfaces:
EventListener, TreeSelectionListener, TreeWillExpandListener
Enclosing class:
FunctionalPointTree

public class FunctionalPointTree.FPTreeListener
extends Object
implements TreeWillExpandListener, TreeSelectionListener


Field Summary
protected  FPDisplayer fpDisplayer
           
 
Constructor Summary
FunctionalPointTree.FPTreeListener(FPDisplayer fpDisplayer)
           
 
Method Summary
 void treeWillCollapse(TreeExpansionEvent event)
           
 void treeWillExpand(TreeExpansionEvent event)
           
 void valueChanged(TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fpDisplayer

protected FPDisplayer fpDisplayer
Constructor Detail

FunctionalPointTree.FPTreeListener

public FunctionalPointTree.FPTreeListener(FPDisplayer fpDisplayer)
Method Detail

treeWillCollapse

public void treeWillCollapse(TreeExpansionEvent event)
Specified by:
treeWillCollapse in interface TreeWillExpandListener

treeWillExpand

public void treeWillExpand(TreeExpansionEvent event)
Specified by:
treeWillExpand in interface TreeWillExpandListener

valueChanged

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


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.