public final class UIColors
extends java.lang.Object
To correctly change the colors to your own, you must do it in the constructor of your application.
Modifier and Type | Field and Description |
---|---|
static int |
calculatorAction
CalculatorBox action color.
|
static int |
calculatorBack
CalculatorBox background color.
|
static int |
calculatorFore
CalculatorBox foreground color.
|
static int |
calendarAction
CalendarBox action color.
|
static int |
calendarArrows
CalendarBox arrow colors.
|
static int |
calendarBack
CalendarBox background color.
|
static int |
calendarFore
CalendarBox foreground color.
|
static int |
clipboardBack
Background color of the clipboard menu that is opened at Edit and MultiEdit.
|
static int |
clipboardFore
Foreground color of the clipboard menu that is opened at Edit and MultiEdit.
|
static int |
colorchooserboxAction
ColorChooserBox action color.
|
static int |
colorchooserboxBack
ColorChooserBox background color.
|
static int |
colorchooserboxFore
ColorChooserBox foreground color.
|
static int |
controlsBack
Default control background color.
|
static int |
controlsFore
Default control foreground color.
|
static int |
fileChooserBack
FileChooser background color.
|
static int |
fileChooserFore
FileChooser foreground color.
|
static int[] |
highlightColors
These are the colors used to draw the highlight rectangle.
|
static int |
htmlContainerControlsBack
HtmlContainer foreground color for the Form controls.
|
static int |
htmlContainerControlsFore
HtmlContainer background color for the Form controls.
|
static int |
htmlContainerLink
HtmlContainer link foreground color.
|
static int |
inputboxAction
InputBox action color.
|
static int |
inputboxBack
InputBox background color.
|
static int |
inputboxFore
InputBox foreground color.
|
static int |
keyboardAction
KeyboardBox action color.
|
static int |
keyboardBack
KeyboardBox background color.
|
static int |
keyboardFore
KeyboardBox foreground color.
|
static int |
keypadBack
Keypad background color.
|
static int |
keypadFore
Keypad foreground color.
|
static int |
materialSelectedColor
The selected color for material UI
|
static int |
messageboxAction
MessageBox action color.
|
static int |
messageboxBack
MessageBox background color.
|
static int |
messageboxFore
MessageBox foreground color.
|
static int |
messageboxMsgFore
MessageBox message foreground
|
static int |
numericboxAction
NumericBox action color.
|
static int |
numericboxBack
NumericBox background color.
|
static int |
numericboxFore
NumericBox foreground color.
|
static int |
positionbarBackgroundColor
The color to fill the background of the PositionBar.
|
static int |
positionbarColor
The color of the PositionBar for all places that use it.
|
static boolean |
sameColors
Make the edit area have the same color of the background setting this to true
|
static int |
separatorFore
Separator color of the TopMenu
|
static int |
shadeFactor
The shaded factor (0 - 100) used to fill a background when the backgroundStyle is BACKGROUND_SHADED
|
static int |
shiftScreenColor
The color that will be used to paint the disabled area when a screen shift occurs.
|
static int |
spinnerBack
Deprecated.
|
static int |
spinnerFore
Deprecated.
|
static int |
textShadowColor
Default value to be used in all textShadowColor(s) set in the constructor of a control.
|
static int |
timeboxBack
TimeBox background color.
|
static int |
timeboxClear
TimeBox Clear button color.
|
static int |
timeboxFore
TimeBox foreground color.
|
static int |
timeboxOk
TimeBox OK button color.
|
static int |
timeboxVisorBack
TimeBox visor's background color.
|
static int |
timeboxVisorCursor
TimeBox visor's cursor color.
|
static int |
timeboxVisorFore
TimeBox visor's background color.
|
static int |
tooltipBack
ToolTip background color.
|
static int |
tooltipFore
ToolTip foreground color.
|
static int |
topmenuBack
Background color of the TopMenu
|
static int |
topmenuFore
Foreground color of the TopMenu
|
static int |
vistaFadeStep
The default step used on Vista buttons to make the fade.
|
static int |
windowBorder
The border color of all windows.
|
public static int windowBorder
public static int keyboardBack
public static int keyboardFore
public static int keyboardAction
public static int calculatorBack
public static int calculatorFore
public static int calculatorAction
public static int calendarBack
public static int calendarFore
public static int calendarAction
public static int calendarArrows
public static int messageboxBack
public static int messageboxFore
public static int messageboxMsgFore
public static int messageboxAction
public static int inputboxBack
public static int inputboxFore
public static int inputboxAction
public static int colorchooserboxBack
public static int colorchooserboxFore
public static int colorchooserboxAction
public static int tooltipBack
public static int tooltipFore
public static int keypadBack
public static int keypadFore
public static int controlsFore
public static int controlsBack
public static boolean sameColors
public static int[] highlightColors
public static int vistaFadeStep
public static int fileChooserFore
public static int fileChooserBack
public static int htmlContainerControlsFore
public static int htmlContainerControlsBack
public static int htmlContainerLink
public static int timeboxVisorBack
public static int timeboxVisorFore
public static int timeboxVisorCursor
public static int timeboxOk
public static int timeboxClear
public static int timeboxBack
public static int timeboxFore
public static int textShadowColor
Control.BRIGHTER_BACKGROUND
,
Control.DARKER_BACKGROUND
public static int positionbarColor
public static int positionbarBackgroundColor
@Deprecated public static int spinnerFore
@Deprecated public static int spinnerBack
public static int shadeFactor
public static int numericboxBack
public static int numericboxFore
public static int numericboxAction
public static int shiftScreenColor
public static int clipboardBack
public static int clipboardFore
public static int topmenuBack
public static int topmenuFore
public static int separatorFore
public static int materialSelectedColor