Search
Palette.setModel Method
See Also
 






Sets the data model for the palette.

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

 Syntax

Java  Copy Code

public void setModel (
    PaletteModel model
)

 Parameters

model

The new PaletteModel.

 See Also