com.gomjabbar.querytree.swing
Class QueryTreeGraphAdapter

java.lang.Object
  |
  +--com.gomjabbar.graph.GraphModel
        |
        +--com.gomjabbar.querytree.swing.QueryTreeGraphAdapter

public class QueryTreeGraphAdapter
extends GraphModel


Constructor Summary
QueryTreeGraphAdapter(IQueryTree qt)
           
 
Method Summary
 void addListener(JGraphContainer gc, IQueryTreeActionListener qtal)
           
 JGraphContainer newContainer()
           
 
Methods inherited from class com.gomjabbar.graph.GraphModel
addElement, addRelation, findElement, getElements, getLocation, getRelations, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTreeGraphAdapter

public QueryTreeGraphAdapter(IQueryTree qt)
Method Detail

newContainer

public JGraphContainer newContainer()

addListener

public void addListener(JGraphContainer gc,
                        IQueryTreeActionListener qtal)