edu.ksu.cis.bnj.gui.event
Class NodePropertiesEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byedu.ksu.cis.bnj.gui.event.NodePropertiesEvent
All Implemented Interfaces:
java.io.Serializable

public class NodePropertiesEvent
extends java.util.EventObject

Event for node properties change

Author:
Roby Joehanes
See Also:
Serialized Form

Field Summary
static int CPF_CHANGED
           
static int EVIDENCE_CHANGED
           
static int LABEL_CHANGED
           
static int NAME_CHANGED
           
protected  salvo.jesus.graph.visual.VisualVertex node
           
static int STATES_CHANGED
           
protected  int type
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NodePropertiesEvent(java.lang.Object source, int type, salvo.jesus.graph.visual.VisualVertex v)
           
 
Method Summary
 salvo.jesus.graph.visual.VisualVertex getNode()
           
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_CHANGED

public static final int NAME_CHANGED
See Also:
Constant Field Values

LABEL_CHANGED

public static final int LABEL_CHANGED
See Also:
Constant Field Values

STATES_CHANGED

public static final int STATES_CHANGED
See Also:
Constant Field Values

EVIDENCE_CHANGED

public static final int EVIDENCE_CHANGED
See Also:
Constant Field Values

CPF_CHANGED

public static final int CPF_CHANGED
See Also:
Constant Field Values

type

protected int type

node

protected salvo.jesus.graph.visual.VisualVertex node
Constructor Detail

NodePropertiesEvent

public NodePropertiesEvent(java.lang.Object source,
                           int type,
                           salvo.jesus.graph.visual.VisualVertex v)
Parameters:
source -
Method Detail

getType

public int getType()

getNode

public salvo.jesus.graph.visual.VisualVertex getNode()