Class SubstanceColorSelectorPanelUI

java.lang.Object
javax.swing.plaf.ComponentUI
org.pushingpixels.flamingo.internal.ui.common.popup.ColorSelectorPanelUI
org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
org.pushingpixels.substance.flamingo.common.ui.SubstanceColorSelectorPanelUI

public class SubstanceColorSelectorPanelUI extends org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
UI for JColorSelectorPanel components in Substance look and feel.
  • Constructor Details

    • SubstanceColorSelectorPanelUI

      public SubstanceColorSelectorPanelUI()
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent comp)
    • paintCaptionBackground

      protected void paintCaptionBackground(Graphics g, int x, int y, int width, int height)
      Overrides:
      paintCaptionBackground in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
    • paintBottomDivider

      protected void paintBottomDivider(Graphics g, int x, int y, int width, int height)
      Overrides:
      paintBottomDivider in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
    • update

      public void update(Graphics g, JComponent c)
      Overrides:
      update in class ComponentUI