Package com.formdev.flatlaf.ui
Class FlatCheckBoxUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- javax.swing.plaf.basic.BasicButtonUI
-
- javax.swing.plaf.basic.BasicToggleButtonUI
-
- javax.swing.plaf.basic.BasicRadioButtonUI
-
- com.formdev.flatlaf.ui.FlatRadioButtonUI
-
- com.formdev.flatlaf.ui.FlatCheckBoxUI
-
- All Implemented Interfaces:
FlatStylingSupport.StyleableUI
public class FlatCheckBoxUI extends FlatRadioButtonUI
Provides the Flat LaF UI delegate forJCheckBox
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI
FlatRadioButtonUI.FlatRadioButtonListener
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI
disabledText, iconTextGap
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FlatCheckBoxUI(boolean shared)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
java.lang.String
getPropertyPrefix()
(package private) java.lang.String
getStyleType()
-
Methods inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI
applyStyle, applyStyleProperty, createButtonListener, getBaseline, getPreferredSize, getStyleableInfos, getStyleableValue, installDefaults, installStyle, installUI, paint, paintText, propertyChange, uninstallDefaults, uninstallUI
-
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIcon
-
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
-
getPropertyPrefix
public java.lang.String getPropertyPrefix()
- Overrides:
getPropertyPrefix
in classjavax.swing.plaf.basic.BasicRadioButtonUI
-
getStyleType
java.lang.String getStyleType()
- Overrides:
getStyleType
in classFlatRadioButtonUI
- Since:
- 2
-
-