swingx
Version 2005-08-19

org.jdesktop.swingx.plaf.windows
Class WindowsHyperlinkUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.basic.BasicButtonUI
              extended by org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI
                  extended by org.jdesktop.swingx.plaf.windows.WindowsHyperlinkUI

public class WindowsHyperlinkUI
extends BasicHyperlinkUI

Extends BasicHyperlinkUI and paints the text with an offset when mouse pressed.


Field Summary
 
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI
dashedRectGapHeight, dashedRectGapWidth, dashedRectGapX, dashedRectGapY
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
 
Constructor Summary
WindowsHyperlinkUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void paintButtonPressed(Graphics g, AbstractButton b)
           
 
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI
getFocusColor, installDefaults, installListeners, paint, paintFocus, paintText, uninstallListeners
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installUI, paintIcon, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, 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

WindowsHyperlinkUI

public WindowsHyperlinkUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paintButtonPressed

protected void paintButtonPressed(Graphics g,
                                  AbstractButton b)
Overrides:
paintButtonPressed in class BasicHyperlinkUI

swingx
Version 2005-08-19