SystemColor
Contents
[
Hide
]SystemColor class
Represents predefined system colors.
Constants
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | System color is not defined. |
| ScrollBar | 0 | |
| Background | 1 | |
| ActiveCaption | 2 | |
| InactiveCaption | 3 | |
| Menu | 4 | |
| Window | 5 | |
| WindowFrame | 6 | |
| MenuText | 7 | |
| WindowText | 8 | |
| CaptionText | 9 | |
| ActiveBorder | 10 | |
| InactiveBorder | 11 | |
| AppWorkspace | 12 | |
| Highlight | 13 | |
| HighlightText | 14 | |
| BtnFace | 15 | |
| BtnShadow | 16 | |
| GrayText | 17 | |
| BtnText | 18 | |
| InactiveCaptionText | 19 | |
| BtnHighlight | 20 | |
| ThreeDDkShadow | 21 | |
| ThreeDLight | 22 | |
| InfoText | 23 | |
| InfoBk | 24 | |
| HotLight | 26 | |
| GradientActiveCaption | 27 | |
| GradientInactiveCaption | 28 | |
| MenuHighlight | 29 | |
| MenuBar | 30 |
NotDefined
System color is not defined.
ScrollBar
Background
ActiveCaption
InactiveCaption
Menu
Window
WindowFrame
MenuText
WindowText
CaptionText
ActiveBorder
InactiveBorder
AppWorkspace
Highlight
HighlightText
BtnFace
BtnShadow
GrayText
BtnText
InactiveCaptionText
BtnHighlight
ThreeDDkShadow
ThreeDLight
InfoText
InfoBk
HotLight
GradientActiveCaption
GradientInactiveCaption
MenuHighlight
MenuBar
Clone
| Name | Description |
|---|---|
| Clone() |
Result: T
CloneTo
| Name | Description |
|---|---|
| CloneTo(T) |
format
| Name | Description |
|---|---|
| format(java.lang.Class, long, String) |
Result: String
format
| Name | Description |
|---|---|
| format(Type, Object, String) |
Result: String
getName
| Name | Description |
|---|---|
| getName(java.lang.Class, long) |
Result: String
getName
| Name | Description |
|---|---|
| getName(Type, Object) |
Result: String
getNames
| Name | Description |
|---|---|
| getNames(java.lang.Class) |
Result: List, ArrayList
getNames
| Name | Description |
|---|---|
| getNames(Type) |
Result: String
getUnderlyingType
| Name | Description |
|---|---|
| getUnderlyingType(java.lang.Class) |
Result: Class
getUnderlyingType
| Name | Description |
|---|---|
| getUnderlyingType(Type) |
Result: Type
getValue
| Name | Description |
|---|---|
| getValue(java.lang.Class, String) |
Result: long
getValues
| Name | Description |
|---|---|
| getValues(Type) |
Result: Array
get_Caption
| Name | Description |
|---|---|
| get_Caption() |
Result: String
get_Value
| Name | Description |
|---|---|
| get_Value() |
Result: long
isDefined
| Name | Description |
|---|---|
| isDefined(java.lang.Class, long) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, long) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, String) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, Object) |
Result: boolean
parse
| Name | Description |
|---|---|
| parse(java.lang.Class, String) |
Result: long
parse
| Name | Description |
|---|---|
| parse(java.lang.Class, String, Boolean) |
Result: long
parse
| Name | Description |
|---|---|
| parse(Type, String) |
Result: long
parse
| Name | Description |
|---|---|
| parse(Type, String, Boolean) |
Result: long
register
| Name | Description |
|---|---|
| register(Enum.AbstractEnum) |
toObject
| Name | Description |
|---|---|
| toObject(Type, Object) |
Result: Object
toString
| Name | Description |
|---|---|
| toString(java.lang.Class, long) |
Result: String