ch.hearc.I04_05s08.GUI.RDF
Class RdfTreeSelectionListener

java.lang.Object
  extended bych.hearc.I04_05s08.GUI.RDF.RdfTreeSelectionListener
All Implemented Interfaces:
EventListener, TreeSelectionListener

public class RdfTreeSelectionListener
extends Object
implements TreeSelectionListener

A listener for the toolbar's buttons

Author:
Blanc, Yoan
Licence:
MIT
Copyright:
2005 Yoan Blanc, HE-ARC Ing�nierie

Field Summary
private  RdfGraph graph
          The rdfs graph
private  JTree tree
          The tree
 
Constructor Summary
RdfTreeSelectionListener(JTree tree, RdfGraph graph)
          Build the listener
 
Method Summary
 void valueChanged(TreeSelectionEvent e)
          Change the mode and the drawing element of the graph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

private RdfGraph graph
The rdfs graph


tree

private JTree tree
The tree

Constructor Detail

RdfTreeSelectionListener

public RdfTreeSelectionListener(JTree tree,
                                RdfGraph graph)
Build the listener

Parameters:
tree - the tree
graph - the Rdf graph
Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent e)
Change the mode and the drawing element of the graph

Specified by:
valueChanged in interface TreeSelectionListener
Parameters:
e - action event


A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC