org.jdesktop.swingx.plaf.windows
Class WindowsHyperlinkUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
javax.swing.plaf.ButtonUI
          
javax.swing.plaf.basic.BasicButtonUI
              
org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI
                  
org.jdesktop.swingx.plaf.windows.WindowsHyperlinkUI
Deprecated. pre-0.9.4 PENDING JW: why is this deprecated? What to use
             instead? kgs: clearly installDefaults can go away, but I
             distinctly recall that setTextShiftOffset was at one point
             uncommented in parent, leaving no differences with child. That is
             no longer the case.
@Deprecated
public class WindowsHyperlinkUI
- extends BasicHyperlinkUI
 
Extends BasicHyperlinkUI and paints the text with an offset when mouse
 pressed.
 
 
 
 
 
 
 
 
| Methods inherited from class javax.swing.plaf.basic.BasicButtonUI | 
clearTextShiftOffset, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installUI, paintIcon, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallUI | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WindowsHyperlinkUI
public WindowsHyperlinkUI()
- Deprecated. 
 
createUI
public static ComponentUI createUI(JComponent c)
- Deprecated. 
 
 
paintButtonPressed
protected void paintButtonPressed(Graphics g,
                                  AbstractButton b)
- Deprecated. 
- 
- Overrides:
 paintButtonPressed in class BasicHyperlinkUI
 
 
  
installDefaults
protected void installDefaults(AbstractButton b)
- Deprecated. 
- 
- Overrides:
 installDefaults in class BasicHyperlinkUI