Package com.formdev.flatlaf.ui
Class FlatCheckBoxUI
-
public class FlatCheckBoxUI extends FlatRadioButtonUI
Provides the Flat LaF UI delegate forJCheckBox
.- UiDefault:
- CheckBox.font Font, CheckBox.background Color, CheckBox.foreground Color, CheckBox.border Border, CheckBox.margin Insets, CheckBox.rollover boolean, CheckBox.icon Icon , CheckBox.iconTextGap int, CheckBox.disabledText Color
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI
disabledText, iconTextGap
-
Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
icon
-
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
-
Constructor Summary
Constructors Constructor Description FlatCheckBoxUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUI
createUI(JComponent c)
String
getPropertyPrefix()
-
Methods inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI
getPreferredSize, installDefaults, paint, paintText, uninstallDefaults
-
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getDefaultIcon, installListeners, paintFocus, uninstallListeners
-
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIcon
-
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
getPropertyPrefix
public String getPropertyPrefix()
- Overrides:
getPropertyPrefix
in classBasicRadioButtonUI
-
-