W3cubDocs

/OpenJDK 25

Class SynthCheckBoxUI

All Implemented Interfaces:
PropertyChangeListener, EventListener, SynthConstants, SynthUI
public class SynthCheckBoxUI extends SynthRadioButtonUI
Provides the Synth L&F UI delegate for JCheckBox.
Since:
1.7

Field Summary

Constructor Summary

Constructor Description
SynthCheckBoxUI()
Constructs a SynthCheckBoxUI.

Method Summary

Modifier and Type Method Description
static ComponentUI createUI(JComponent b)
Creates a new UI object for the given component.

Methods declared in class SynthRadioButtonUI

getSizingIcon

Constructor Details

SynthCheckBoxUI

public SynthCheckBoxUI()
Constructs a SynthCheckBoxUI.

Method Details

createUI

public static ComponentUI createUI(JComponent b)
Creates a new UI object for the given component.
Parameters:
b - component to create UI object for
Returns:
the UI object

© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.desktop/javax/swing/plaf/synth/SynthCheckBoxUI.html