Search
DefaultPaletteModel Class
Remarks See Also
 

A default implementation of the PaletteModel.

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

 Syntax

Java  Copy Code

public class DefaultPaletteModel
    extends AbstractListModel<E>
    implements PaletteModel

 Remarks

DefaultPaletteModel 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 Hierarchy

java.lang.Object
    javax.swing.AbstractListModel(E)
        com.mindfusion.diagramming.DefaultPaletteModel

 See Also