Adds a diagram item to the category with the specified title. If the category does not exist, it will be created.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void addItem ( |
The DiagramItem to add.
The title of the target category.
See Also