com.hp.hpl.guess.ui
Class DumbNodeListener

java.lang.Object
  extended bycom.hp.hpl.guess.ui.DumbNodeListener
All Implemented Interfaces:
GraphElementListener, NodeListener

public class DumbNodeListener
extends Object
implements NodeListener


Constructor Summary
DumbNodeListener(Node n)
           
 
Method Summary
 Object get(String field)
           
 void highlight(boolean state)
           
 void set(String field, Object o)
           
 void setLocation(double x, double y)
           
 void setLocation(double x, double y, double width, double height)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumbNodeListener

public DumbNodeListener(Node n)
Method Detail

set

public void set(String field,
                Object o)
Specified by:
set in interface GraphElementListener

get

public Object get(String field)
Specified by:
get in interface GraphElementListener

highlight

public void highlight(boolean state)
Specified by:
highlight in interface GraphElementListener

setLocation

public void setLocation(double x,
                        double y)
Specified by:
setLocation in interface NodeListener

setLocation

public void setLocation(double x,
                        double y,
                        double width,
                        double height)
Specified by:
setLocation in interface NodeListener