A default implementation of the PaletteModel.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public class DefaultPaletteModel |
RemarksDefaultPaletteModel is the standard implementation of the PaletteModel interface, providing a concrete list-based store for PaletteCategory objects. It manages category additions and removals while automatically notifying the Palette control to keep the user interface in sync.
Inheritance Hierarchyjava.lang.Object![]()
javax.swing.AbstractListModel(E)![]()
com.mindfusion.diagramming.DefaultPaletteModel
See Also