Represents a single collapsible pane within an Accordion control.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public class AccordionPane extends JPanel |
RemarksThe AccordionPane represents a single collapsible section within an Accordion control. It consists of a clickable header button (which displays a title, an optional icon, and an expansion arrow) and a content area that can be shown or hidden.
Inheritance Hierarchyjava.lang.Object![]()
java.awt.Component![]()
java.awt.Container![]()
javax.swing.JComponent![]()
javax.swing.JPanel![]()
com.mindfusion.common.Accordion.AccordionPane![]()
See Also