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 UIManager defaults table
( "CheckBox." |
Parameters: c the component (this should be a JCheckBox).
Returns: A new instance of BasicCheckBoxUI
.
"CheckBox."
in this case).
Returns: "CheckBox."