public class DependencyPropertyDescriptor extends PropertyDescriptor
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.DependencyPropertyDescriptor
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: WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: WindowsBase
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.DependencyPropertyDescriptor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DependencyPropertyDescriptor() |
DependencyPropertyDescriptor(java.lang.Object instance)
Internal constructor.
|
GetChildProperties, GetChildProperties, GetChildProperties, getComponentType, getConverter, getIsLocalizable, getIsReadOnly, getPropertyType, getSerializationVisibility, getSupportsChangeEventsgetAttributes, 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 DependencyPropertyDescriptor()
throws java.lang.Throwable
java.lang.Throwablepublic DependencyPropertyDescriptor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddValueChanged(NetObject component, EventHandler handler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException, MulticastNotSupportedException
AddValueChanged in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionMulticastNotSupportedExceptionpublic boolean CanResetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
CanResetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionpublic static DependencyPropertyDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DependencyPropertyDescriptor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDependencyPropertyDescriptor instancejava.lang.Throwable - in case of error during cast operationpublic static DependencyPropertyDescriptor FromName(java.lang.String name, NetType ownerType, NetType targetType) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, IndexOutOfRangeException
public static DependencyPropertyDescriptor FromName(java.lang.String name, NetType ownerType, NetType targetType, boolean ignorePropertyType) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static DependencyPropertyDescriptor FromProperty(DependencyProperty dependencyProperty, NetType targetType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NotImplementedException, MissingManifestResourceException, InvalidOperationException, FormatException, SecurityException
public static DependencyPropertyDescriptor FromProperty(PropertyDescriptor property) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, SecurityException, NotImplementedException, MissingManifestResourceException
public PropertyDescriptorCollection GetChildProperties(NetObject instance, Attribute[] filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
GetChildProperties in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionpublic DependencyProperty getDependencyProperty() throws java.lang.Throwable
java.lang.Throwablepublic CoerceValueCallback getDesignerCoerceValueCallback() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetEditor(NetType editorBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException, NotImplementedException, MissingMethodException
GetEditor in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionNotImplementedExceptionMissingMethodExceptionpublic boolean getIsAttached()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class PropertyDescriptorString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class PropertyDescriptorString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class PropertyDescriptorObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class PropertyDescriptorString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class PropertyDescriptorJCType representing the CLR Type of the instantiated Classpublic PropertyMetadata getMetadata() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
GetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionpublic void RemoveValueChanged(NetObject component, EventHandler handler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
RemoveValueChanged in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionpublic void ResetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
ResetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionpublic void setDesignerCoerceValueCallback(CoerceValueCallback DesignerCoerceValueCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class PropertyDescriptorpublic void SetValue(NetObject component, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
SetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionpublic boolean ShouldSerializeValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
ShouldSerializeValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException