DroidDiagram Programmer's Guide
CompositeNode.containsComponent Method
See Also
 






Checks whether the specified component is contained in this node.

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

 Syntax

Java  Copy Code

public boolean containsComponent (
    ComponentBase component
)

 Parameters

component

The component to check.

 Return Value

true if the component is contained in the node; otherwise, false.

 See Also

CompositeNode Members
CompositeNode Class
com.mindfusion.diagramming Namespace