Class JFlowRibbonBand

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class JFlowRibbonBand extends AbstractRibbonBand<JFlowBandControlPanel>
Flow ribbon band component. Hosts components added with addFlowComponent(JComponent) in flowing rows. Depending on the current resize policy, the content is shown in either two or three rows.
See Also:
  • Constructor Details

    • 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).
  • Method Details