Class JFlowBandControlPanel

    • Constructor Detail

      • JFlowBandControlPanel

        public JFlowBandControlPanel()
        Creates a control panel for specified ribbon band.
    • Method Detail

      • setUI

        public void setUI​(BandControlPanelUI ui)
        Sets the new UI delegate.
        Parameters:
        ui - New UI delegate.
      • updateUI

        public void updateUI()
        Overrides:
        updateUI in class JPanel
      • addFlowComponent

        public void addFlowComponent​(JComponent comp)
        Adds new panel to this control panel.
        Parameters:
        comp - Panel to add
      • getFlowComponents

        public List<JComponent> getFlowComponents()
        Returns regular panels of this control panel.
        Returns:
        Regular panels of this control panel.