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 ComponentUIcreateUI(JComponent comp) protected voidinstallDefaults(org.jdesktop.swingx.JXHeader h) voidprotected voiduninstallDefaults(org.jdesktop.swingx.JXHeader h) Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
installComponentDefaults, installComponents, installListeners, onPropertyChange, uninstallComponentDefaults, uninstallComponents, uninstallListeners, uninstallUIMethods 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:
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
-