Table of Contents

Class PropertyChangeSupport

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

PropertyChangeSupport()

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

public PropertyChangeSupport()

PropertyChangeSupport(object)

public PropertyChangeSupport(object arg0)

Parameters

arg0 object

object

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

PropertyChangeListeners

public PropertyChangeListener[] PropertyChangeListeners { get; }

Property Value

PropertyChangeListener[]

Methods

AddPropertyChangeListener(PropertyChangeListener)

public void AddPropertyChangeListener(PropertyChangeListener arg0)

Parameters

arg0 PropertyChangeListener

PropertyChangeListener

AddPropertyChangeListener(String, PropertyChangeListener)

public void AddPropertyChangeListener(String arg0, PropertyChangeListener arg1)

Parameters

arg0 String

String

arg1 PropertyChangeListener

PropertyChangeListener

FireIndexedPropertyChange(String, int, bool, bool)

public void FireIndexedPropertyChange(String arg0, int arg1, bool arg2, bool arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 bool

bool

arg3 bool

bool

FireIndexedPropertyChange(String, int, int, int)

public void FireIndexedPropertyChange(String arg0, int arg1, int arg2, int arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

arg3 int

int

FireIndexedPropertyChange(String, int, object, object)

public void FireIndexedPropertyChange(String arg0, int arg1, object arg2, object arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 object

object

arg3 object

object

FirePropertyChange(PropertyChangeEvent)

public void FirePropertyChange(PropertyChangeEvent arg0)

Parameters

arg0 PropertyChangeEvent

PropertyChangeEvent

FirePropertyChange(String, bool, bool)

public void FirePropertyChange(String arg0, bool arg1, bool arg2)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

FirePropertyChange(String, int, int)

public void FirePropertyChange(String arg0, int arg1, int arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

FirePropertyChange(String, object, object)

public void FirePropertyChange(String arg0, object arg1, object arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 object

object

GetPropertyChangeListeners(String)

public PropertyChangeListener[] GetPropertyChangeListeners(String arg0)

Parameters

arg0 String

String

Returns

PropertyChangeListener[]

PropertyChangeListener

HasListeners(String)

public bool HasListeners(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

RemovePropertyChangeListener(PropertyChangeListener)

public void RemovePropertyChangeListener(PropertyChangeListener arg0)

Parameters

arg0 PropertyChangeListener

PropertyChangeListener

RemovePropertyChangeListener(String, PropertyChangeListener)

public void RemovePropertyChangeListener(String arg0, PropertyChangeListener arg1)

Parameters

arg0 String

String

arg1 PropertyChangeListener

PropertyChangeListener