de.grogra.graph
Class AttributeChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.grogra.graph.AttributeChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class AttributeChangeEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Attribute getAttribute()
           
 Attribute[] getDependentAttributes()
           
 GraphState getGraphState()
           
 int[] getIndices()
           
 java.lang.Object getObject()
           
 FieldChain getSubField()
           
 boolean isNode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAttribute

public Attribute getAttribute()

getDependentAttributes

public Attribute[] getDependentAttributes()

getGraphState

public GraphState getGraphState()

getIndices

public int[] getIndices()

getObject

public java.lang.Object getObject()

getSubField

public FieldChain getSubField()

isNode

public boolean isNode()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject