Class SkinWindowButtonUI


  • public final class SkinWindowButtonUI
    extends javax.swing.plaf.basic.BasicButtonUI
    Version:
    $Revision: 1.5 $, $Date: 2006/07/22 09:52:07 $
    Author:
    $Author: l2fprod $
    • Field Summary

      • Fields inherited from class javax.swing.plaf.basic.BasicButtonUI

        defaultTextIconGap, defaultTextShiftOffset
    • Method Summary

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

        clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, 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

      • SkinWindowButtonUI

        public SkinWindowButtonUI()
    • Method Detail

      • createUI

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

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

        protected javax.swing.plaf.basic.BasicButtonListener createButtonListener​(javax.swing.AbstractButton b)
        Description of the Method
        Overrides:
        createButtonListener in class javax.swing.plaf.basic.BasicButtonUI
        Parameters:
        b - Description of Parameter
        Returns:
        Description of the Returned Value
      • installDefaults

        protected void installDefaults​(javax.swing.AbstractButton b)
        Description of the Method
        Overrides:
        installDefaults in class javax.swing.plaf.basic.BasicButtonUI
        Parameters:
        b - Description of Parameter
      • uninstallDefaults

        protected void uninstallDefaults​(javax.swing.AbstractButton b)
        Description of the Method
        Overrides:
        uninstallDefaults in class javax.swing.plaf.basic.BasicButtonUI
        Parameters:
        b - Description of Parameter