Checks whether the specified component is contained in this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean containsComponent ( |
The component to check.
true if the component is contained in the node; otherwise, false.
See Also