Package com.formdev.flatlaf.swingx.ui
Class FlatHeaderUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.HeaderUI
-
- org.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
- com.formdev.flatlaf.swingx.ui.FlatHeaderUI
-
public class FlatHeaderUI extends org.jdesktop.swingx.plaf.basic.BasicHeaderUIProvides the Flat LaF UI delegate forJXHeader.
-
-
Constructor Summary
Constructors Constructor Description FlatHeaderUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent c)protected voidinstallComponents(org.jdesktop.swingx.JXHeader header)protected voidonPropertyChange(org.jdesktop.swingx.JXHeader h, String propertyName, Object oldValue, Object newValue)-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
createBackgroundPainter, installComponentDefaults, installDefaults, installListeners, installUI, uninstallComponentDefaults, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
installComponents
protected void installComponents(org.jdesktop.swingx.JXHeader header)
- Overrides:
installComponentsin classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
-