Table of Contents

Class IndexedPropertyDescriptor

Namespace
Java.Beans
Assembly
MASES.JNet.dll
public class IndexedPropertyDescriptor : PropertyDescriptor, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<FeatureDescriptor>
IndexedPropertyDescriptor
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<FeatureDescriptor>.IsAssignableFrom(IJavaType)
JVMBridgeBase<FeatureDescriptor>.IsAssignableFrom<T>()
JVMBridgeBase<FeatureDescriptor>.Execute<T>(params T[])
JVMBridgeBase<FeatureDescriptor>.DynBridgeClazz
JVMBridgeBase<FeatureDescriptor>.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

IndexedPropertyDescriptor()

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

public IndexedPropertyDescriptor()

IndexedPropertyDescriptor(String, Class)

public IndexedPropertyDescriptor(String arg0, Class arg1)

Parameters

arg0 String

String

arg1 Class

Class

Exceptions

IntrospectionException

IndexedPropertyDescriptor(String, Class, String, String, String, String)

public IndexedPropertyDescriptor(String arg0, Class arg1, String arg2, String arg3, String arg4, String arg5)

Parameters

arg0 String

String

arg1 Class

Class

arg2 String

String

arg3 String

String

arg4 String

String

arg5 String

String

Exceptions

IntrospectionException

IndexedPropertyDescriptor(String, Method, Method, Method, Method)

public IndexedPropertyDescriptor(String arg0, Method arg1, Method arg2, Method arg3, Method arg4)

Parameters

arg0 String

String

arg1 Method

Method

arg2 Method

Method

arg3 Method

Method

arg4 Method

Method

Exceptions

IntrospectionException

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IndexedPropertyType

public Class IndexedPropertyType { get; }

Property Value

Class

IndexedReadMethod

public Method IndexedReadMethod { get; set; }

Property Value

Method

IndexedWriteMethod

public Method IndexedWriteMethod { get; set; }

Property Value

Method

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