Table of Contents

Class SystemColor

Namespace
Java.Awt
Assembly
MASES.JNet.dll
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

int

ACTIVE_CAPTION_BORDER

public static int ACTIVE_CAPTION_BORDER { get; }

Property Value

int

ACTIVE_CAPTION_TEXT

public static int ACTIVE_CAPTION_TEXT { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTROL

public static int CONTROL { get; }

Property Value

int

CONTROL_DK_SHADOW

public static int CONTROL_DK_SHADOW { get; }

Property Value

int

CONTROL_HIGHLIGHT

public static int CONTROL_HIGHLIGHT { get; }

Property Value

int

CONTROL_LT_HIGHLIGHT

public static int CONTROL_LT_HIGHLIGHT { get; }

Property Value

int

CONTROL_SHADOW

public static int CONTROL_SHADOW { get; }

Property Value

int

CONTROL_TEXT

public static int CONTROL_TEXT { get; }

Property Value

int

DESKTOP

public static int DESKTOP { get; }

Property Value

int

INACTIVE_CAPTION

public static int INACTIVE_CAPTION { get; }

Property Value

int

INACTIVE_CAPTION_BORDER

public static int INACTIVE_CAPTION_BORDER { get; }

Property Value

int

INACTIVE_CAPTION_TEXT

public static int INACTIVE_CAPTION_TEXT { get; }

Property Value

int

INFO

public static int INFO { get; }

Property Value

int

INFO_TEXT

public static int INFO_TEXT { get; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MENU

public static int MENU { get; }

Property Value

int

MENU_TEXT

public static int MENU_TEXT { get; }

Property Value

int

NUM_COLORS

public static int NUM_COLORS { get; }

Property Value

int

SCROLLBAR

public static int SCROLLBAR { get; }

Property Value

int

TEXT

public static int TEXT { get; }

Property Value

int

TEXT_HIGHLIGHT

public static int TEXT_HIGHLIGHT { get; }

Property Value

int

TEXT_HIGHLIGHT_TEXT

public static int TEXT_HIGHLIGHT_TEXT { get; }

Property Value

int

TEXT_INACTIVE_TEXT

public static int TEXT_INACTIVE_TEXT { get; }

Property Value

int

TEXT_TEXT

public static int TEXT_TEXT { get; }

Property Value

int

WINDOW

public static int WINDOW { get; }

Property Value

int

WINDOW_BORDER

public static int WINDOW_BORDER { get; }

Property Value

int

WINDOW_TEXT

public static int WINDOW_TEXT { get; }

Property Value

int

activeCaption

public static SystemColor activeCaption { get; }

Property Value

SystemColor

activeCaptionBorder

public static SystemColor activeCaptionBorder { get; }

Property Value

SystemColor

activeCaptionText

public static SystemColor activeCaptionText { get; }

Property Value

SystemColor

control

public static SystemColor control { get; }

Property Value

SystemColor

controlDkShadow

public static SystemColor controlDkShadow { get; }

Property Value

SystemColor

controlHighlight

public static SystemColor controlHighlight { get; }

Property Value

SystemColor

controlLtHighlight

public static SystemColor controlLtHighlight { get; }

Property Value

SystemColor

controlShadow

public static SystemColor controlShadow { get; }

Property Value

SystemColor

controlText

public static SystemColor controlText { get; }

Property Value

SystemColor

desktop

public static SystemColor desktop { get; }

Property Value

SystemColor

inactiveCaption

public static SystemColor inactiveCaption { get; }

Property Value

SystemColor

inactiveCaptionBorder

public static SystemColor inactiveCaptionBorder { get; }

Property Value

SystemColor

inactiveCaptionText

public static SystemColor inactiveCaptionText { get; }

Property Value

SystemColor

info

public static SystemColor info { get; }

Property Value

SystemColor

infoText

public static SystemColor infoText { get; }

Property Value

SystemColor

menu

public static SystemColor menu { get; }

Property Value

SystemColor

menuText

public static SystemColor menuText { get; }

Property Value

SystemColor

scrollbar

public static SystemColor scrollbar { get; }

Property Value

SystemColor

text

public static SystemColor text { get; }

Property Value

SystemColor

textHighlight

public static SystemColor textHighlight { get; }

Property Value

SystemColor

textHighlightText

public static SystemColor textHighlightText { get; }

Property Value

SystemColor

textInactiveText

public static SystemColor textInactiveText { get; }

Property Value

SystemColor

textText

public static SystemColor textText { get; }

Property Value

SystemColor

window

public static SystemColor window { get; }

Property Value

SystemColor

windowBorder

public static SystemColor windowBorder { get; }

Property Value

SystemColor

windowText

public static SystemColor windowText { get; }

Property Value

SystemColor