javax.swing.plaf.metal
public class MetalCheckBoxUI extends MetalRadioButtonUI
Constructor Summary | |
---|---|
MetalCheckBoxUI()
Constructs a new instance of MetalCheckBoxUI. |
Method Summary | |
---|---|
static ComponentUI | createUI(JComponent component)
Returns a shared instance of MetalCheckBoxUI .
|
String | getPropertyPrefix()
Returns the prefix for properties defined in the {@link UIDefaults} table.
|
MetalCheckBoxUI
.
Parameters: component the component for which we return an UI instance
Returns: A shared instance of MetalCheckBoxUI
.
Returns: The property prefix ("CheckBox."
).