Table of Contents

Class PropertyDescriptor

Namespace
Java.Beans
Assembly
MASES.JNet.dll
public class PropertyDescriptor : FeatureDescriptor, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<FeatureDescriptor>
PropertyDescriptor
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
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

PropertyDescriptor()

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

public PropertyDescriptor()

PropertyDescriptor(String, Class)

public PropertyDescriptor(String arg0, Class arg1)

Parameters

arg0 String

String

arg1 Class

Class

Exceptions

IntrospectionException

PropertyDescriptor(String, Class, String, String)

public PropertyDescriptor(String arg0, Class arg1, String arg2, String arg3)

Parameters

arg0 String

String

arg1 Class

Class

arg2 String

String

arg3 String

String

Exceptions

IntrospectionException

PropertyDescriptor(String, Method, Method)

public PropertyDescriptor(String arg0, Method arg1, Method arg2)

Parameters

arg0 String

String

arg1 Method

Method

arg2 Method

Method

Exceptions

IntrospectionException

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

Parameters

args object[]

Properties

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

PropertyEditorClass

public Class PropertyEditorClass { get; set; }

Property Value

Class

PropertyType

public Class PropertyType { get; }

Property Value

Class

ReadMethod

public Method ReadMethod { get; set; }

Property Value

Method

WriteMethod

public Method WriteMethod { get; set; }

Property Value

Method

Methods

CreatePropertyEditor(object)

public PropertyEditor CreatePropertyEditor(object arg0)

Parameters

arg0 object

object

Returns

PropertyEditor

PropertyEditor

IsBound()

public bool IsBound()

Returns

bool

bool

IsConstrained()

public bool IsConstrained()

Returns

bool

bool

SetBound(bool)

public void SetBound(bool arg0)

Parameters

arg0 bool

bool

SetConstrained(bool)

public void SetConstrained(bool arg0)

Parameters

arg0 bool

bool