Table of Contents

Class Dialog.ModalExclusionType

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class Dialog.ModalExclusionType : Enum<Dialog.ModalExclusionType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
Dialog.ModalExclusionType
Implements
Inherited Members
Extension Methods

Constructors

ModalExclusionType()

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

public ModalExclusionType()

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

Parameters

args object[]

Properties

APPLICATION_EXCLUDE

public static Dialog.ModalExclusionType APPLICATION_EXCLUDE { get; }

Property Value

Dialog.ModalExclusionType

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 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

NO_EXCLUDE

public static Dialog.ModalExclusionType NO_EXCLUDE { get; }

Property Value

Dialog.ModalExclusionType

TOOLKIT_EXCLUDE

public static Dialog.ModalExclusionType TOOLKIT_EXCLUDE { get; }

Property Value

Dialog.ModalExclusionType

Methods

ValueOf(String)

public static Dialog.ModalExclusionType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Dialog.ModalExclusionType

Dialog.ModalExclusionType

Values()

public static Dialog.ModalExclusionType[] Values()

Returns

ModalExclusionType[]

Dialog.ModalExclusionType