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
- Since:
- 1.1
-
Field Summary
Fields inherited from class com.formdev.flatlaf.ui.FlatLabelUI
arc, disabledForeground
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.formdev.flatlaf.ui.FlatLabelUI
applyStyle, applyStyleProperty, createGraphicsHTMLTextYCorrection, createUI, getStyleableInfos, getStyleableValue, installComponents, installStyle, installUI, paint, paintDisabledText, paintEnabledText, propertyChange, uninstallDefaults, update
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
-
Constructor Details
-
FlatTitleLabelUI
protected FlatTitleLabelUI()
-
-
Method Details
-
installDefaults
- Overrides:
installDefaults
in classFlatLabelUI
-
layoutCL
protected String layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR) Description copied from class:FlatLabelUI
Overridden to scale iconTextGap.- Overrides:
layoutCL
in classFlatLabelUI
-
hasLeadingMenus
-