Search
Palette.addItem Method (DiagramItem, String)
See Also
 






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

 Syntax

Java  Copy Code

public void addItem (
    DiagramItem item,
    String categoryTitle
)

 Parameters

item

The DiagramItem to add.

categoryTitle

The title of the target category.

 See Also