Class CollapsiblePanel

    • Constructor Detail

      • CollapsiblePanel

        public CollapsiblePanel​(String title)
        Parameters:
        title -
    • Method Detail

      • getSeparatorColor

        public Color getSeparatorColor()
        Returns:
        color
      • setSeparatorColor

        public void setSeparatorColor​(Color separatorColor)
        Parameters:
        separatorColor -
      • getTitleForegroundColor

        public Color getTitleForegroundColor()
        get title foreground color
        Returns:
        color
      • setTitleForegroundColor

        public void setTitleForegroundColor​(Color titleForegroundColor)
        Set title foreground color
        Parameters:
        titleForegroundColor -
      • getTitleBackgroundColor

        public Color getTitleBackgroundColor()
        Returns:
        title background color
      • setTitleBackgroundColor

        public void setTitleBackgroundColor​(Color titleBackgroundColor)
        Set background color of title
        Parameters:
        titleBackgroundColor -
      • setTitle

        public void setTitle​(String title)
        Set title of the section
        Parameters:
        title -
      • getCollapsiblePane

        public org.jdesktop.swingx.JXCollapsiblePane getCollapsiblePane()
        Returns:
        collapsible pane