DroidDiagram Programmer's Guide
ContainerChildEvent Members
Constructors Methods
 


Contains arguments passed to ContainerChildEvent Handler.

The following tables list the members exposed by the ContainerChildEvent type.

 Public Constructors

  Name Description

ContainerChildEvent

Represents methods that will handle containerChildAdded, containerChildRemoved events.

 Public Methods

  Name Description

getAdjustmentHandle

Gets the adjustment handle being moved by the user. (Inherited from NodeEvent.)

getContainer

The parent ContainerNode that the Node belongs.

getMouseButton

Gets which mouse button has been pressed. (Inherited from NodeEvent.)

getNode

Gets the node for which the event was raised. (Inherited from NodeEvent.)

getPointerPosition

Gets the current pointer position. (Inherited from NodeEvent.)

setAdjustmentHandle

Sets the adjustment handle being moved by the user. (Inherited from NodeEvent.)

setPointerPosition

Sets the current pointer position. (Inherited from NodeEvent.)

toString

Returns the identifier of this ContainerNode.

 See Also

ContainerChildEvent Class
com.mindfusion.diagramming Namespace