de.grogra.graph
Class AttributeChangeEvent
java.lang.Object
java.util.EventObject
de.grogra.graph.AttributeChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeChangeEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
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