Package com.formdev.flatlaf.ui
Class FlatTitlePane.FlatTitleLabelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.LabelUI
-
- javax.swing.plaf.basic.BasicLabelUI
-
- com.formdev.flatlaf.ui.FlatLabelUI
-
- com.formdev.flatlaf.ui.FlatTitlePane.FlatTitleLabelUI
-
- All Implemented Interfaces:
FlatStylingSupport.StyleableUI,PropertyChangeListener,EventListener
- Enclosing class:
- FlatTitlePane
protected class FlatTitlePane.FlatTitleLabelUI extends FlatLabelUI
- Since:
- 1.1
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatLabelUI
disabledForeground
-
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFlatTitleLabelUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpaintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)-
Methods inherited from class com.formdev.flatlaf.ui.FlatLabelUI
applyStyle, applyStyleProperty, createUI, getStyleableInfos, installComponents, installDefaults, installStyle, installUI, layoutCL, paint, paintDisabledText, propertyChange, uninstallDefaults
-
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
-
-
-
Method Detail
-
paintEnabledText
protected void paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)
- Overrides:
paintEnabledTextin classFlatLabelUI
-
-