Class BasicHeaderBoxUI


  • public class BasicHeaderBoxUI
    extends HeaderBoxUI
    JideButtonUI implementation
    • 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 installDefaults​(HeaderBox p)  
      protected void installListeners​(javax.swing.JComponent c)  
      void installUI​(javax.swing.JComponent c)  
      void paint​(java.awt.Graphics g, javax.swing.JComponent c)  
      protected void paintBackground​(java.awt.Graphics g, javax.swing.JComponent c)  
      protected void paintBorder​(java.awt.Graphics g, javax.swing.JComponent c)  
      protected void uninstallDefaults​(HeaderBox p)  
      protected void uninstallListeners​(javax.swing.JComponent c)  
      void uninstallUI​(javax.swing.JComponent c)  
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
      • Methods inherited from class java.lang.Object

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

      • BasicHeaderBoxUI

        public BasicHeaderBoxUI()
    • Method Detail

      • createUI

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

        public void installUI​(javax.swing.JComponent c)
        Overrides:
        installUI in class javax.swing.plaf.ComponentUI
      • uninstallUI

        public void uninstallUI​(javax.swing.JComponent c)
        Overrides:
        uninstallUI in class javax.swing.plaf.ComponentUI
      • installListeners

        protected void installListeners​(javax.swing.JComponent c)
      • uninstallListeners

        protected void uninstallListeners​(javax.swing.JComponent c)
      • installDefaults

        protected void installDefaults​(HeaderBox p)
      • paint

        public void paint​(java.awt.Graphics g,
                          javax.swing.JComponent c)
        Overrides:
        paint in class javax.swing.plaf.ComponentUI
      • paintBorder

        protected void paintBorder​(java.awt.Graphics g,
                                   javax.swing.JComponent c)
      • paintBackground

        protected void paintBackground​(java.awt.Graphics g,
                                       javax.swing.JComponent c)
      • uninstallDefaults

        protected void uninstallDefaults​(HeaderBox p)