Class SystemColor
public class SystemColor : Color, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
SystemColor
- Implements
- Inherited Members
- Extension Methods
Constructors
SystemColor()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public SystemColor()
SystemColor(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public SystemColor(params object[] args)
Parameters
args
object[]
Properties
ACTIVE_CAPTION
public static int ACTIVE_CAPTION { get; }
Property Value
ACTIVE_CAPTION_BORDER
public static int ACTIVE_CAPTION_BORDER { get; }
Property Value
ACTIVE_CAPTION_TEXT
public static int ACTIVE_CAPTION_TEXT { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTROL
public static int CONTROL { get; }
Property Value
CONTROL_DK_SHADOW
public static int CONTROL_DK_SHADOW { get; }
Property Value
CONTROL_HIGHLIGHT
public static int CONTROL_HIGHLIGHT { get; }
Property Value
CONTROL_LT_HIGHLIGHT
public static int CONTROL_LT_HIGHLIGHT { get; }
Property Value
CONTROL_SHADOW
public static int CONTROL_SHADOW { get; }
Property Value
CONTROL_TEXT
public static int CONTROL_TEXT { get; }
Property Value
DESKTOP
public static int DESKTOP { get; }
Property Value
INACTIVE_CAPTION
public static int INACTIVE_CAPTION { get; }
Property Value
INACTIVE_CAPTION_BORDER
public static int INACTIVE_CAPTION_BORDER { get; }
Property Value
INACTIVE_CAPTION_TEXT
public static int INACTIVE_CAPTION_TEXT { get; }
Property Value
INFO
public static int INFO { get; }
Property Value
INFO_TEXT
public static int INFO_TEXT { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MENU
public static int MENU { get; }
Property Value
MENU_TEXT
public static int MENU_TEXT { get; }
Property Value
NUM_COLORS
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/SystemColor.html#NUM_COLORS
public static int NUM_COLORS { get; }
Property Value
SCROLLBAR
public static int SCROLLBAR { get; }
Property Value
TEXT
public static int TEXT { get; }
Property Value
TEXT_HIGHLIGHT
public static int TEXT_HIGHLIGHT { get; }
Property Value
TEXT_HIGHLIGHT_TEXT
public static int TEXT_HIGHLIGHT_TEXT { get; }
Property Value
TEXT_INACTIVE_TEXT
public static int TEXT_INACTIVE_TEXT { get; }
Property Value
TEXT_TEXT
public static int TEXT_TEXT { get; }
Property Value
WINDOW
public static int WINDOW { get; }
Property Value
WINDOW_BORDER
public static int WINDOW_BORDER { get; }
Property Value
WINDOW_TEXT
public static int WINDOW_TEXT { get; }
Property Value
activeCaption
public static SystemColor activeCaption { get; }
Property Value
activeCaptionBorder
public static SystemColor activeCaptionBorder { get; }
Property Value
activeCaptionText
public static SystemColor activeCaptionText { get; }
Property Value
control
public static SystemColor control { get; }
Property Value
controlDkShadow
public static SystemColor controlDkShadow { get; }
Property Value
controlHighlight
public static SystemColor controlHighlight { get; }
Property Value
controlLtHighlight
public static SystemColor controlLtHighlight { get; }
Property Value
controlShadow
public static SystemColor controlShadow { get; }
Property Value
controlText
public static SystemColor controlText { get; }
Property Value
desktop
public static SystemColor desktop { get; }
Property Value
inactiveCaption
public static SystemColor inactiveCaption { get; }
Property Value
inactiveCaptionBorder
public static SystemColor inactiveCaptionBorder { get; }
Property Value
inactiveCaptionText
public static SystemColor inactiveCaptionText { get; }
Property Value
info
public static SystemColor info { get; }
Property Value
infoText
public static SystemColor infoText { get; }
Property Value
menu
public static SystemColor menu { get; }
Property Value
menuText
public static SystemColor menuText { get; }
Property Value
scrollbar
public static SystemColor scrollbar { get; }
Property Value
text
public static SystemColor text { get; }
Property Value
textHighlight
public static SystemColor textHighlight { get; }
Property Value
textHighlightText
public static SystemColor textHighlightText { get; }
Property Value
textInactiveText
public static SystemColor textInactiveText { get; }
Property Value
textText
public static SystemColor textText { get; }
Property Value
window
public static SystemColor window { get; }
Property Value
windowBorder
public static SystemColor windowBorder { get; }
Property Value
windowText
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/SystemColor.html#windowText
public static SystemColor windowText { get; }