PropertyChangeListener
, EventListener
, SynthConstants
, SynthUI
SynthCheckBoxUI
public class SynthRadioButtonUI extends SynthToggleButtonUI
JRadioButton
.defaultTextIconGap, defaultTextShiftOffset
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
Constructor | Description |
---|---|
SynthRadioButtonUI() |
Constructs a SynthRadioButtonUI . |
Modifier and Type | Method | Description |
---|---|---|
static ComponentUI |
createUI |
Creates a new UI object for the given component. |
protected Icon |
getSizingIcon |
Returns the Icon used in calculating the preferred/minimum/maximum size. |
getContext, getDefaultIcon, getIcon, paint, paint, paintBorder, propertyChange, update
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
public SynthRadioButtonUI()
SynthRadioButtonUI
.public static ComponentUI createUI(JComponent b)
b
- component to create UI object forprotected Icon getSizingIcon(AbstractButton b)
getSizingIcon
in class SynthButtonUI
b
- specifies the AbstractButton
used when calculating the preferred/minimum/maximum size.
© 1993, 2023, 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/21/docs/api/java.desktop/javax/swing/plaf/synth/SynthRadioButtonUI.html