Search
Palette.addCategory Method (String)
See Also
 

Adds a new category to the palette.

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

 Syntax

Java  Copy Code

public PaletteCategory addCategory (
    String title
)

 Parameters

title

The title text of the category.

 Return Value

The newly created category.

 See Also