Search
PaletteCategory.getItems Method
See Also
 

Gets the items in this category.

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

 Syntax

Java  Copy Code

public List<DiagramItem> getItems ()

 Return Value

A list of diagram items.

 See Also