Class RadianceFlowBandControlPanelUI


public class RadianceFlowBandControlPanelUI extends BasicFlowBandControlPanelUI
UI for JFlowBandControlPanel components in Radiance look and feel.
Author:
Kirill Grouchnikov
  • Field Details

  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent comp)
    • update

      public void update(Graphics g, JComponent c)
      Overrides:
      update in class BandControlPanelUI
    • paint

      public void paint(Graphics g, JComponent c)
      Overrides:
      paint in class ComponentUI
    • installUI

      public void installUI(JComponent c)
      Overrides:
      installUI in class ComponentUI
    • uninstallUI

      public void uninstallUI(JComponent c)
      Overrides:
      uninstallUI in class ComponentUI
    • installListeners

      protected void installListeners()
      Installs listeners on the associated control panel of a ribbon band.
    • uninstallListeners

      protected void uninstallListeners()
      Uninstalls listeners from the associated control panel of a ribbon band.
    • installComponents

      protected void installComponents()
      Installs components on the associated control panel of a ribbon band.
    • uninstallComponents

      protected void uninstallComponents()
      Uninstalls components from the associated control panel of a ribbon band.
    • installDefaults

      protected void installDefaults()
      Installs default parameters on the associated control panel of a ribbon band.
    • uninstallDefaults

      protected void uninstallDefaults()
      Uninstalls default parameters from the associated control panel.
    • getLayoutGap

      public int getLayoutGap()
      Description copied from class: BandControlPanelUI
      Returns the layout gap for the controls in the associated control panel.
      Specified by:
      getLayoutGap in class BandControlPanelUI
      Returns:
      The layout gap for the controls in the associated control panel.