public final class WebLinkLabelStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
foreground
Link foreground
|
static boolean |
highlight
Highlight link on rollover
|
static boolean |
highlightVisited
Colorize link that was visited once already
|
static boolean |
onPressAction
Perform link action on mouse press, if false - action will be performed on mouse release
|
static java.awt.Color |
visitedForeground
Visited link foreground
|
| Constructor and Description |
|---|
WebLinkLabelStyle() |
public static boolean highlight
public static boolean onPressAction
public static boolean highlightVisited
public static java.awt.Color foreground
public static java.awt.Color visitedForeground