Table of Contents

Class BorderUIResource.EtchedBorderUIResource

Namespace
Javax.Swing.Plaf
Assembly
MASES.JNet.dll
public class BorderUIResource.EtchedBorderUIResource : EtchedBorder, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BorderUIResource.EtchedBorderUIResource
Implements
Inherited Members
Extension Methods

Constructors

EtchedBorderUIResource()

public EtchedBorderUIResource()

EtchedBorderUIResource(Color, Color)

public EtchedBorderUIResource(Color arg0, Color arg1)

Parameters

arg0 Color

Color

arg1 Color

Color

EtchedBorderUIResource(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public EtchedBorderUIResource(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

EtchedBorderUIResource(int)

public EtchedBorderUIResource(int arg0)

Parameters

arg0 int

int

EtchedBorderUIResource(int, Color, Color)

public EtchedBorderUIResource(int arg0, Color arg1, Color arg2)

Parameters

arg0 int

int

arg1 Color

Color

arg2 Color

Color

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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 java.lang.AutoCloseable

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

Methods

CreatePoolableInstance()

HPA initializer for EtchedBorderUIResource()

public static BorderUIResource.EtchedBorderUIResource CreatePoolableInstance()

Returns

BorderUIResource.EtchedBorderUIResource

CreatePoolableInstance(Color, Color)

HPA initializer for EtchedBorderUIResource(Java.Awt.Color arg0, Java.Awt.Color arg1)

public static BorderUIResource.EtchedBorderUIResource CreatePoolableInstance(Color arg0, Color arg1)

Parameters

arg0 Color
arg1 Color

Returns

BorderUIResource.EtchedBorderUIResource

CreatePoolableInstance(int)

HPA initializer for EtchedBorderUIResource(int arg0)

public static BorderUIResource.EtchedBorderUIResource CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

BorderUIResource.EtchedBorderUIResource

CreatePoolableInstance(int, Color, Color)

HPA initializer for EtchedBorderUIResource(int arg0, Java.Awt.Color arg1, Java.Awt.Color arg2)

public static BorderUIResource.EtchedBorderUIResource CreatePoolableInstance(int arg0, Color arg1, Color arg2)

Parameters

arg0 int
arg1 Color
arg2 Color

Returns

BorderUIResource.EtchedBorderUIResource

Operators

implicit operator UIResource(EtchedBorderUIResource)

public static implicit operator UIResource(BorderUIResource.EtchedBorderUIResource t)

Parameters

t BorderUIResource.EtchedBorderUIResource

Returns

UIResource