Class JFlowBandControlPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, UIResource

public class JFlowBandControlPanel extends AbstractBandControlPanel implements UIResource
Control panel of a single JFlowRibbonBand. This class is for internal use only and should not be directly used by the applications.
See Also:
  • Field Details

  • Constructor Details

    • JFlowBandControlPanel

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

    • 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
    • getUI

      public BandControlPanelUI getUI()
      Overrides:
      getUI in class AbstractBandControlPanel
    • getUIClassID

      public String getUIClassID()
      Overrides:
      getUIClassID in class JPanel
    • addFlowComponent

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

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