Class SkinToggleButtonUI


  • public final class SkinToggleButtonUI
    extends SkinButtonUI
    Description of the Class
    Author:
    fred
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent b)
      Description of the Method
      void paint​(java.awt.Graphics g, javax.swing.JComponent c)
      Description of the Method
      • Methods inherited from class javax.swing.plaf.basic.BasicButtonUI

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

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

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

      • SkinToggleButtonUI

        public SkinToggleButtonUI()
    • Method Detail

      • paint

        public void paint​(java.awt.Graphics g,
                          javax.swing.JComponent c)
        Description of the Method
        Overrides:
        paint in class SkinButtonUI
        Parameters:
        g - Description of Parameter
        c - Description of Parameter
      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent b)
        Description of the Method
        Parameters:
        b - Description of Parameter
        Returns:
        Description of the Returned Value