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
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, createButtonListener, 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()
createUI
public static ComponentUI createUI(JComponent c)
paintButtonPressed
protected void paintButtonPressed(Graphics g,
AbstractButton b)
- Overrides:
paintButtonPressed
in class BasicHyperlinkUI