public class BasicHyperlinkUI extends BasicButtonUI
JXHyperlink UI. | Modifier and Type | Class and Description |
|---|---|
static class |
BasicHyperlinkUI.BasicHyperlinkListener
A BasicButtonListener specialized to the needs of a Hyperlink.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
dashedRectGapHeight |
protected int |
dashedRectGapWidth |
protected int |
dashedRectGapX |
protected int |
dashedRectGapY |
defaultTextIconGap, defaultTextShiftOffset| Constructor and Description |
|---|
BasicHyperlinkUI() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(JComponent c,
int x,
int y)
Overridden to return true if the position is inside the union of the
text and icon rectangle, false otherwise.
|
protected BasicButtonListener |
createButtonListener(AbstractButton b) |
static ComponentUI |
createUI(JComponent c) |
protected Color |
getFocusColor() |
protected Rectangle |
getIconTextRect(AbstractButton b)
C&p'ed from BasicGraphicsUtils (getPreferredButtonSize).
|
protected void |
installDefaults(AbstractButton b) |
protected void |
installListeners(AbstractButton b) |
void |
paint(Graphics g,
JComponent c) |
protected void |
paintButtonPressed(Graphics g,
AbstractButton b) |
protected void |
paintFocus(Graphics g,
AbstractButton b,
Rectangle viewRect,
Rectangle textRect,
Rectangle iconRect) |
protected void |
paintHTMLText(Graphics g,
AbstractButton b,
Rectangle textRect,
String text,
View v)
Method which renders the text of the current button if html.
|
protected void |
paintText(Graphics g,
AbstractButton b,
Rectangle textRect,
String text)
Overridden to paint the underline on rollover.
|
protected void |
uninstallListeners(AbstractButton b) |
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installUI, paintIcon, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallUIgetAccessibleChild, getAccessibleChildrenCount, updateprotected int dashedRectGapX
protected int dashedRectGapY
protected int dashedRectGapWidth
protected int dashedRectGapHeight
public static ComponentUI createUI(JComponent c)
protected void installDefaults(AbstractButton b)
installDefaults in class BasicButtonUIprotected void installListeners(AbstractButton b)
installListeners in class BasicButtonUIprotected void uninstallListeners(AbstractButton b)
uninstallListeners in class BasicButtonUIprotected Color getFocusColor()
public void paint(Graphics g, JComponent c)
paint in class BasicButtonUIprotected void paintHTMLText(Graphics g, AbstractButton b, Rectangle textRect, String text, View v)
g - Graphics contextb - Current button to rendertextRect - Bounding rectangle to render the text.text - String to renderv - the View to use.protected void paintText(Graphics g, AbstractButton b, Rectangle textRect, String text)
Overridden to paint the underline on rollover.
paintText in class BasicButtonUIprotected void paintFocus(Graphics g, AbstractButton b, Rectangle viewRect, Rectangle textRect, Rectangle iconRect)
paintFocus in class BasicButtonUIprotected void paintButtonPressed(Graphics g, AbstractButton b)
paintButtonPressed in class BasicButtonUIprotected BasicButtonListener createButtonListener(AbstractButton b)
createButtonListener in class BasicButtonUIpublic boolean contains(JComponent c, int x, int y)
Overridden to return true if the position is inside the union of the text and icon rectangle, false otherwise.
contains in class ComponentUIprotected Rectangle getIconTextRect(AbstractButton b)
b - the button to analyse.Copyright © 2019. All rights reserved.