com.mindfusion.diagramming
Class ContainerChildEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.mindfusion.diagramming.NodeEvent
          extended by com.mindfusion.diagramming.ContainerChildEvent
All Implemented Interfaces:
java.io.Serializable

public class ContainerChildEvent
extends NodeEvent

Contains arguments passed to ContainerChildEvent Handler,

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContainerChildEvent(java.lang.Object source, ContainerNode container, DiagramNode node)
          Represents methods that will handle ContainerChildAdded, ContainerChildRemoved events.
 
Method Summary
 ContainerNode getContainer()
          The parent ContainerNode of the Node belongs.
 java.lang.String toString()
          Returns the identifier of this ContainerNode
 
Methods inherited from class com.mindfusion.diagramming.NodeEvent
getAdjustmentHandle, getMouseButton, getMousePosition, getNode, setAdjustmentHandle, setMousePosition
 
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
 

Constructor Detail

ContainerChildEvent

public ContainerChildEvent(java.lang.Object source,
                           ContainerNode container,
                           DiagramNode node)
Represents methods that will handle ContainerChildAdded, ContainerChildRemoved events.

Parameters:
source - The source of the event.
container - A ContainerChildEvent that contains the event data.
node - A DiagramNode instance
Method Detail

getContainer

public ContainerNode getContainer()
The parent ContainerNode of the Node belongs.


toString

public java.lang.String toString()
Returns the identifier of this ContainerNode

Overrides:
toString in class java.util.EventObject