Package 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 public class WindowsHyperlinkUI extends BasicHyperlinkUI
Deprecated.pre-0.9.4Extends BasicHyperlinkUI and paints the text with an offset when mouse pressed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI
BasicHyperlinkUI.BasicHyperlinkListener
-
-
Field Summary
-
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI
dashedRectGapHeight, dashedRectGapWidth, dashedRectGapX, dashedRectGapY
-
-
Constructor Summary
Constructors Constructor Description WindowsHyperlinkUI()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)Deprecated.protected voidinstallDefaults(javax.swing.AbstractButton b)Deprecated.protected voidpaintButtonPressed(java.awt.Graphics g, javax.swing.AbstractButton b)Deprecated.-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI
contains, createButtonListener, getFocusColor, getIconTextRect, installListeners, paint, paintFocus, paintHTMLText, paintText, uninstallListeners
-
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installUI, paintIcon, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallUI
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Deprecated.
-
paintButtonPressed
protected void paintButtonPressed(java.awt.Graphics g, javax.swing.AbstractButton b)Deprecated.- Overrides:
paintButtonPressedin classBasicHyperlinkUI
-
installDefaults
protected void installDefaults(javax.swing.AbstractButton b)
Deprecated.- Overrides:
installDefaultsin classBasicHyperlinkUI
-
-