Class SubstanceHeaderUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.HeaderUI
-
- org.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
- org.pushingpixels.substance.swingx.SubstanceHeaderUI
-
public class SubstanceHeaderUI extends org.jdesktop.swingx.plaf.basic.BasicHeaderUISubstance-consistent UI delegate forJXHeader.
-
-
Constructor Summary
Constructors Constructor Description SubstanceHeaderUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jdesktop.swingx.painter.Painter<?>createBackgroundPainter()static ComponentUIcreateUI(JComponent comp)protected voidinstallDefaults(org.jdesktop.swingx.JXHeader h)voidinstallUI(JComponent c)protected voiduninstallDefaults(org.jdesktop.swingx.JXHeader h)-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
installComponentDefaults, installComponents, installListeners, onPropertyChange, uninstallComponentDefaults, uninstallComponents, 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 comp)
-
installUI
public void installUI(JComponent c)
- Overrides:
installUIin classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
installDefaults
protected void installDefaults(org.jdesktop.swingx.JXHeader h)
- Overrides:
installDefaultsin classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
uninstallDefaults
protected void uninstallDefaults(org.jdesktop.swingx.JXHeader h)
- Overrides:
uninstallDefaultsin classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
createBackgroundPainter
protected org.jdesktop.swingx.painter.Painter<?> createBackgroundPainter()
- Overrides:
createBackgroundPainterin classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
-