Class SkinCheckBoxUI


public final class SkinCheckBoxUI extends SkinRadioButtonUI
Description of the Class
Author:
fred
  • Constructor Details

    • SkinCheckBoxUI

      public SkinCheckBoxUI()
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
      Description of the Method
      Parameters:
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • getPropertyPrefix

      public String getPropertyPrefix()
      Gets the PropertyPrefix attribute of the SkinCheckBoxUI object
      Overrides:
      getPropertyPrefix in class BasicRadioButtonUI
      Returns:
      The PropertyPrefix value
    • installDefaults

      public void installDefaults(AbstractButton b)
      Description of the Method
      Overrides:
      installDefaults in class SkinRadioButtonUI
      Parameters:
      b - Description of Parameter