Module graph

Class AttributeChangeEvent

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

public class AttributeChangeEvent extends EventObject
See Also:
  • Method Details

    • getGraphState

      public GraphState getGraphState()
    • getObject

      public Object getObject()
    • isNode

      public boolean isNode()
    • getAttribute

      public Attribute getAttribute()
    • getSubField

      public FieldChain getSubField()
    • getIndices

      public int[] getIndices()
    • getDependentAttributes

      public Attribute[] getDependentAttributes()
    • toString

      public String toString()
      Overrides:
      toString in class EventObject