Class FlatHeaderUI


  • public class FlatHeaderUI
    extends org.jdesktop.swingx.plaf.basic.BasicHeaderUI
    Provides the Flat LaF 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 
      Constructor Description
      FlatHeaderUI()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      protected void installComponents​(org.jdesktop.swingx.JXHeader header)  
      protected void onPropertyChange​(org.jdesktop.swingx.JXHeader h, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)  
      private void scaleLayout​(org.jdesktop.swingx.JXHeader header)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatHeaderUI

        public FlatHeaderUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      • installComponents

        protected void installComponents​(org.jdesktop.swingx.JXHeader header)
        Overrides:
        installComponents in class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
      • onPropertyChange

        protected void onPropertyChange​(org.jdesktop.swingx.JXHeader h,
                                        java.lang.String propertyName,
                                        java.lang.Object oldValue,
                                        java.lang.Object newValue)
        Overrides:
        onPropertyChange in class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
      • scaleLayout

        private void scaleLayout​(org.jdesktop.swingx.JXHeader header)