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 Link icon

    • focusColor Link icon

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

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

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

    • MetalRadioButtonUI Link icon

      public MetalRadioButtonUI()
      Constructs a MetalRadioButtonUI.
  • Method Details Link icon

    • createUI Link icon

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

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

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

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

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