A control that displays a palette of diagram items grouped into categories.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public class Palette extends JPanel |
RemarksThe Palette control represents a tool palette that displays DiagramItem objects grouped into categories. It features an accordion-style user interface where each category is represented by a collapsible pane containing an ItemListView.
Inheritance Hierarchyjava.lang.Object![]()
java.awt.Component![]()
java.awt.Container![]()
javax.swing.JComponent![]()
javax.swing.JPanel![]()
com.mindfusion.diagramming.Palette
See Also