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.BasicHeaderUI
Substance-consistent UI delegate for
JXHeader
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
org.jdesktop.swingx.plaf.basic.BasicHeaderUI.DescriptionPane
-
Field Summary
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
descriptionPane, imagePanel, titleLabel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jdesktop.swingx.painter.Painter<?>
static ComponentUI
createUI
(JComponent comp) protected void
installDefaults
(org.jdesktop.swingx.JXHeader h) void
protected void
uninstallDefaults
(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
-
Constructor Details
-
SubstanceHeaderUI
public SubstanceHeaderUI()
-
-
Method Details
-
createUI
-
installUI
- Overrides:
installUI
in classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
installDefaults
protected void installDefaults(org.jdesktop.swingx.JXHeader h) - Overrides:
installDefaults
in classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
uninstallDefaults
protected void uninstallDefaults(org.jdesktop.swingx.JXHeader h) - Overrides:
uninstallDefaults
in classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-
createBackgroundPainter
protected org.jdesktop.swingx.painter.Painter<?> createBackgroundPainter()- Overrides:
createBackgroundPainter
in classorg.jdesktop.swingx.plaf.basic.BasicHeaderUI
-