public class PropertyDescriptor extends MemberDescriptor
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.PropertyDescriptor
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.PropertyDescriptor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PropertyDescriptor() |
PropertyDescriptor(java.lang.Object instance)
Internal constructor.
|
getAttributes, getCategory, getDescription, getDesignTimeOnly, getDisplayName, getIsBrowsable, getNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PropertyDescriptor()
throws java.lang.Throwable
java.lang.Throwablepublic PropertyDescriptor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddValueChanged(NetObject component, EventHandler handler) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException
public boolean CanResetValue(NetObject component) throws java.lang.Throwable
java.lang.Throwablepublic static PropertyDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PropertyDescriptor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPropertyDescriptor instancejava.lang.Throwable - in case of error during cast operationpublic PropertyDescriptorCollection GetChildProperties() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, NotSupportedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException
public PropertyDescriptorCollection GetChildProperties(Attribute[] filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, NotSupportedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException
public PropertyDescriptorCollection GetChildProperties(NetObject instance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, NotSupportedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException
public PropertyDescriptorCollection GetChildProperties(NetObject instance, Attribute[] filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, NotSupportedException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionpublic NetType getComponentType() throws java.lang.Throwable
java.lang.Throwablepublic TypeConverter getConverter() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, SecurityException, NotImplementedException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionNotImplementedExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionpublic NetObject GetEditor(NetType editorBaseType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, TypeLoadException, NotImplementedException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, SecurityException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionTypeLoadExceptionNotImplementedExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionSecurityExceptionpublic boolean getIsLocalizable()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
AbandonedMutexException,
SecurityException
public boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MemberDescriptorString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MemberDescriptorString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MemberDescriptorObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MemberDescriptorString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MemberDescriptorJCType representing the CLR Type of the instantiated Classpublic NetType getPropertyType() throws java.lang.Throwable
java.lang.Throwablepublic DesignerSerializationVisibility getSerializationVisibility() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, SecurityException
public boolean getSupportsChangeEvents()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetValue(NetObject component) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveValueChanged(NetObject component, EventHandler handler) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException
public void ResetValue(NetObject component) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class MemberDescriptorpublic void SetValue(NetObject component, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeValue(NetObject component) throws java.lang.Throwable
java.lang.Throwable