|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.text.WebTextFieldStyle
public final class WebTextFieldStyle
WebTextField style class.
Field Summary | |
---|---|
static int |
componentSpacing
Field content spacing. |
static boolean |
drawBackground
Whether should draw background or not. |
static boolean |
drawBorder
Whether should draw border or not. |
static boolean |
drawFocus
Whether should draw focus or not. |
static boolean |
drawShade
Whether should draw shade or not. |
static java.awt.Insets |
fieldMargin
Inner field margin. |
static boolean |
hideInputPromptOnFocus
Whether should hide input prompt when field is focused or not. |
static java.lang.String |
inputPrompt
Input prompt text. |
static java.awt.Font |
inputPromptFont
Input prompt text font. |
static java.awt.Color |
inputPromptForeground
Input prompt text foreground. |
static int |
inputPromptPosition
Input prompt text position. |
static java.awt.Insets |
margin
Field margin. |
static Painter |
painter
Text field painter. |
static int |
round
Field corners rounding. |
static int |
shadeWidth
Field shade width. |
static boolean |
webColored
Whether should draw web-styled background or not. |
Constructor Summary | |
---|---|
WebTextFieldStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean drawBorder
public static boolean drawFocus
public static int round
public static boolean drawShade
public static int shadeWidth
public static boolean drawBackground
public static boolean webColored
public static Painter painter
public static int componentSpacing
public static java.awt.Insets margin
public static java.awt.Insets fieldMargin
public static java.lang.String inputPrompt
public static java.awt.Font inputPromptFont
public static java.awt.Color inputPromptForeground
public static int inputPromptPosition
public static boolean hideInputPromptOnFocus
Constructor Detail |
---|
public WebTextFieldStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |