Class CollapsiblePane

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.jidesoft.pane.CollapsiblePane
com.inductiveautomation.ignition.designer.gui.CollapsiblePane
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, WindowConstants

public class CollapsiblePane extends com.jidesoft.pane.CollapsiblePane
A custom collapsible UI panel extending CollapsiblePane. This panel provides a collapsible and expandable UI component, which can be used to organize content sections. As seen in ExtensionFunctionPanel.
See Also:
  • Constructor Details

    • CollapsiblePane

      public CollapsiblePane(String panelTitle, JComponent content)