javax.swing.plaf.basic
public class BasicCheckBoxUI extends BasicRadioButtonUI
Method Summary | |
---|---|
static ComponentUI | createUI(JComponent c)
Returns a UI delegate (that is, an instance of this class) for the
specified component.
|
String | getPropertyPrefix()
Returns the prefix for entries in the {@link UIManager} defaults table
( "CheckBox." in this case).
|
Parameters: c the component (this should be a {@link JCheckBox}).
Returns: A new instance of BasicCheckBoxUI
.
"CheckBox."
in this case).
Returns: "CheckBox."