Class JFlowRibbonBand

    • Constructor Detail

      • JFlowRibbonBand

        public JFlowRibbonBand​(String title,
                               ResizableIcon icon)
        Creates a new flow ribbon band.
        Parameters:
        title - Band title.
        icon - Associated icon (for collapsed state).
      • JFlowRibbonBand

        public JFlowRibbonBand​(String title,
                               ResizableIcon icon,
                               ActionListener expandActionListener)
        Creates a new flow ribbon band.
        Parameters:
        title - Band title.
        icon - Associated icon (for collapsed state).
        expandActionListener - Expand action listener (can be null).