Class JFlowRibbonBand

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class JFlowRibbonBand extends AbstractRibbonBand
Flow ribbon band component. Hosts components added with addFlowComponent(Projection) and addFlowComponent(ComponentProjection) 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, RadianceIcon.Factory iconFactory)
      Creates a new flow ribbon band.
      Parameters:
      title - Band title.
      iconFactory - Associated icon factory (for collapsed state).
    • JFlowRibbonBand

      public JFlowRibbonBand(String title, RadianceIcon.Factory iconFactory, CommandAction expandCommandListener)
      Creates a new flow ribbon band.
      Parameters:
      title - Band title.
      iconFactory - Associated icon factory (for collapsed state).
      expandCommandListener - Expand command listener (can be null).
  • Method Details