Gets the child components of this container.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public List<ComponentBase> getComponents () |
A List of ComponentBase objects that are child components of this container.
See Also