Table of Contents

Class MetalLookAndFeel

Namespace
Javax.Swing.Plaf.Metal
Assembly
MASES.JNet.dll
public class MetalLookAndFeel : BasicLookAndFeel, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<LookAndFeel>
MetalLookAndFeel
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<LookAndFeel>.IsAssignableFrom(IJavaType)
JVMBridgeBase<LookAndFeel>.IsAssignableFrom<T>()
JVMBridgeBase<LookAndFeel>.Execute<T>(params T[])
JVMBridgeBase<LookAndFeel>.DynBridgeClazz
JVMBridgeBase<LookAndFeel>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

MetalLookAndFeel()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public MetalLookAndFeel()

MetalLookAndFeel(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 MetalLookAndFeel(params object[] args)

Parameters

args object[]

Properties

AcceleratorForeground

public static ColorUIResource AcceleratorForeground { get; }

Property Value

ColorUIResource

AcceleratorSelectedForeground

public static ColorUIResource AcceleratorSelectedForeground { get; }

Property Value

ColorUIResource

Black

public static ColorUIResource Black { get; }

Property Value

ColorUIResource

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Control

public static ColorUIResource Control { get; }

Property Value

ColorUIResource

ControlDarkShadow

public static ColorUIResource ControlDarkShadow { get; }

Property Value

ColorUIResource

ControlDisabled

public static ColorUIResource ControlDisabled { get; }

Property Value

ColorUIResource

ControlHighlight

public static ColorUIResource ControlHighlight { get; }

Property Value

ColorUIResource

ControlInfo

public static ColorUIResource ControlInfo { get; }

Property Value

ColorUIResource

ControlShadow

public static ColorUIResource ControlShadow { get; }

Property Value

ColorUIResource

ControlTextColor

public static ColorUIResource ControlTextColor { get; }

Property Value

ColorUIResource

ControlTextFont

public static FontUIResource ControlTextFont { get; }

Property Value

FontUIResource

CurrentTheme

public static MetalTheme CurrentTheme { get; set; }

Property Value

MetalTheme

DesktopColor

public static ColorUIResource DesktopColor { get; }

Property Value

ColorUIResource

FocusColor

public static ColorUIResource FocusColor { get; }

Property Value

ColorUIResource

HighlightedTextColor

public static ColorUIResource HighlightedTextColor { get; }

Property Value

ColorUIResource

InactiveControlTextColor

public static ColorUIResource InactiveControlTextColor { get; }

Property Value

ColorUIResource

InactiveSystemTextColor

public static ColorUIResource InactiveSystemTextColor { get; }

Property Value

ColorUIResource

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MenuBackground

public static ColorUIResource MenuBackground { get; }

Property Value

ColorUIResource

MenuDisabledForeground

public static ColorUIResource MenuDisabledForeground { get; }

Property Value

ColorUIResource

MenuForeground

public static ColorUIResource MenuForeground { get; }

Property Value

ColorUIResource

MenuSelectedBackground

public static ColorUIResource MenuSelectedBackground { get; }

Property Value

ColorUIResource

MenuSelectedForeground

public static ColorUIResource MenuSelectedForeground { get; }

Property Value

ColorUIResource

MenuTextFont

public static FontUIResource MenuTextFont { get; }

Property Value

FontUIResource

PrimaryControl

public static ColorUIResource PrimaryControl { get; }

Property Value

ColorUIResource

PrimaryControlDarkShadow

public static ColorUIResource PrimaryControlDarkShadow { get; }

Property Value

ColorUIResource

PrimaryControlHighlight

public static ColorUIResource PrimaryControlHighlight { get; }

Property Value

ColorUIResource

PrimaryControlInfo

public static ColorUIResource PrimaryControlInfo { get; }

Property Value

ColorUIResource

PrimaryControlShadow

public static ColorUIResource PrimaryControlShadow { get; }

Property Value

ColorUIResource

SeparatorBackground

public static ColorUIResource SeparatorBackground { get; }

Property Value

ColorUIResource

SeparatorForeground

public static ColorUIResource SeparatorForeground { get; }

Property Value

ColorUIResource

SubTextFont

public static FontUIResource SubTextFont { get; }

Property Value

FontUIResource

SystemTextColor

public static ColorUIResource SystemTextColor { get; }

Property Value

ColorUIResource

SystemTextFont

public static FontUIResource SystemTextFont { get; }

Property Value

FontUIResource

TextHighlightColor

public static ColorUIResource TextHighlightColor { get; }

Property Value

ColorUIResource

UserTextColor

public static ColorUIResource UserTextColor { get; }

Property Value

ColorUIResource

UserTextFont

public static FontUIResource UserTextFont { get; }

Property Value

FontUIResource

White

public static ColorUIResource White { get; }

Property Value

ColorUIResource

WindowBackground

public static ColorUIResource WindowBackground { get; }

Property Value

ColorUIResource

WindowTitleBackground

public static ColorUIResource WindowTitleBackground { get; }

Property Value

ColorUIResource

WindowTitleFont

public static FontUIResource WindowTitleFont { get; }

Property Value

FontUIResource

WindowTitleForeground

public static ColorUIResource WindowTitleForeground { get; }

Property Value

ColorUIResource

WindowTitleInactiveBackground

public static ColorUIResource WindowTitleInactiveBackground { get; }

Property Value

ColorUIResource

WindowTitleInactiveForeground

public static ColorUIResource WindowTitleInactiveForeground { get; }

Property Value

ColorUIResource