Module java.desktop

Class MetalRadioButtonUI

Direct Known Subclasses:
MetalCheckBoxUI

public class MetalRadioButtonUI extends BasicRadioButtonUI
RadioButtonUI implementation for MetalRadioButtonUI

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans has been added to the java.beans package. Please see XMLEncoder.

  • Field Details

    • focusColor

      protected Color focusColor
      The color of the focused radio button.
    • selectColor

      protected Color selectColor
      The color of the selected radio button.
    • disabledTextColor

      protected Color disabledTextColor
      The color of a disabled text.
  • Constructor Details

    • MetalRadioButtonUI

      public MetalRadioButtonUI()
      Constructs a MetalRadioButtonUI.
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
      Returns an instance of MetalRadioButtonUI.
      Parameters:
      c - a component
      Returns:
      an instance of MetalRadioButtonUI
    • installDefaults

      public void installDefaults(AbstractButton b)
      Description copied from class: BasicButtonUI
      Installs default properties.
      Overrides:
      installDefaults in class BasicButtonUI
      Parameters:
      b - an abstract button
    • getSelectColor

      protected Color getSelectColor()
      Returns the color of the selected JRadioButton.
      Returns:
      the color of the selected JRadioButton
    • getDisabledTextColor

      protected Color getDisabledTextColor()
      Returns the color of the disabled text.
      Returns:
      the color of the disabled text
    • getFocusColor

      protected Color getFocusColor()
      Returns the color of the focused JRadioButton.
      Returns:
      the color of the focused JRadioButton