Class BasicColorSelectorComponentUI

java.lang.Object
javax.swing.plaf.ComponentUI
org.pushingpixels.radiance.component.internal.ui.common.popup.ColorSelectorComponentUI
org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorComponentUI
Direct Known Subclasses:
RadianceColorSelectorComponentUI

public abstract class BasicColorSelectorComponentUI extends ColorSelectorComponentUI
Basic UI for color selector component JColorSelectorComponent.
  • Field Details

  • Constructor Details

    • BasicColorSelectorComponentUI

      protected BasicColorSelectorComponentUI()
  • Method Details

    • 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 color selector component.
    • uninstallListeners

      protected void uninstallListeners()
      Uninstalls listeners from the associated color selector component.
    • installDefaults

      protected void installDefaults()
      Installs defaults on the associated color selector component.
    • uninstallDefaults

      protected void uninstallDefaults()
      Uninstalls defaults from the associated color selector component.
    • installComponents

      protected void installComponents()
      Installs subcomponents on the associated color selector component.
    • uninstallComponents

      protected void uninstallComponents()
      Uninstalls subcomponents from the associated color selector component.
    • installKeyboardActions

      private void installKeyboardActions()
    • uninstallKeyboardActions

      private void uninstallKeyboardActions()
    • setRollover

      public void setRollover(float rollover)
    • update

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

      protected abstract void paintBorder(Graphics g)
    • paintRolloverIndication

      protected abstract void paintRolloverIndication(Graphics g)
    • paintFocus

      protected abstract void paintFocus(Graphics g)