Class FreeColButtonUI

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean paintBackground  
      private java.beans.PropertyChangeListener pcl  
      • Fields inherited from class javax.swing.plaf.metal.MetalButtonUI

        disabledTextColor, focusColor, selectColor
      • Fields inherited from class javax.swing.plaf.basic.BasicButtonUI

        defaultTextIconGap, defaultTextShiftOffset
    • Constructor Summary

      Constructors 
      Constructor Description
      FreeColButtonUI()  
    • 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)  
      void installUI​(javax.swing.JComponent c)  
      void paint​(java.awt.Graphics g, javax.swing.JComponent c)  
      protected void paintButtonPressed​(java.awt.Graphics g, javax.swing.AbstractButton c)  
      void uninstallUI​(javax.swing.JComponent c)  
      protected void updateStyle​(javax.swing.JComponent c, FreeColButton.ButtonStyle buttonStyle)  
      • Methods inherited from class javax.swing.plaf.metal.MetalButtonUI

        createButtonListener, getDisabledTextColor, getFocusColor, getSelectColor, installDefaults, paintFocus, paintText, uninstallDefaults, update
      • Methods inherited from class javax.swing.plaf.basic.BasicButtonUI

        clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount
      • Methods inherited from class java.lang.Object

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

      • paintBackground

        private boolean paintBackground
      • pcl

        private java.beans.PropertyChangeListener pcl
    • Constructor Detail

      • FreeColButtonUI

        public FreeColButtonUI()
    • 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.basic.BasicButtonUI
      • uninstallUI

        public void uninstallUI​(javax.swing.JComponent c)
        Overrides:
        uninstallUI in class javax.swing.plaf.basic.BasicButtonUI
      • paint

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

        protected void paintButtonPressed​(java.awt.Graphics g,
                                          javax.swing.AbstractButton c)
        Overrides:
        paintButtonPressed in class javax.swing.plaf.metal.MetalButtonUI