com.alee.extended.label
Class WebLinkLabelStyle

java.lang.Object
  extended by com.alee.extended.label.WebLinkLabelStyle

public final class WebLinkLabelStyle
extends java.lang.Object

User: mgarin Date: 06.06.12 Time: 13:08


Field Summary
static boolean colorVisited
          Colorize link that was visited once already
static java.awt.Color foreground
          Link foreground
static boolean highlight
          Highlight link on rollover
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 Summary
WebLinkLabelStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

highlight

public static boolean highlight
Highlight link on rollover


onPressAction

public static boolean onPressAction
Perform link action on mouse press, if false - action will be performed on mouse release


colorVisited

public static boolean colorVisited
Colorize link that was visited once already


foreground

public static java.awt.Color foreground
Link foreground


visitedForeground

public static java.awt.Color visitedForeground
Visited link foreground

Constructor Detail

WebLinkLabelStyle

public WebLinkLabelStyle()