DroidDiagram Programmer's Guide
ContainerNode.remove Method
See Also
 






Removes a node from this container.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void remove (
    DiagramNode node
)

 Parameters

node

The DiagramNode that should be removed from the container.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
add Method
setAllowRemoveChildren Method