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
JVMBridgeBase
Dialog.ModalExclusionType
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<Dialog.ModalExclusionType>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<Dialog.ModalExclusionType>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<Dialog.ModalExclusionType>>.Execute<T>(params T[])
JVMBridgeBase<Enum<Dialog.ModalExclusionType>>.DynBridgeClazz
JVMBridgeBase<Enum<Dialog.ModalExclusionType>>.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

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

public override string BridgeClassName { get; }

Property Value

string

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

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