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=10.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, getConverterFromRegisteredType, 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, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, MissingMethodException, TargetInvocationException, MissingMemberException, MulticastNotSupportedException
AddValueChanged in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionMulticastNotSupportedExceptionpublic boolean CanResetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException
CanResetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionpublic 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, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, LockRecursionException, NullReferenceException, OutOfMemoryException, AbandonedMutexException, SynchronizationLockException, IndexOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionLockRecursionExceptionNullReferenceExceptionOutOfMemoryExceptionAbandonedMutexExceptionSynchronizationLockExceptionIndexOutOfRangeExceptionpublic static DependencyPropertyDescriptor FromName(java.lang.String name, NetType ownerType, NetType targetType, boolean ignorePropertyType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, LockRecursionException, NullReferenceException, OutOfMemoryException, AbandonedMutexException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionLockRecursionExceptionNullReferenceExceptionOutOfMemoryExceptionAbandonedMutexExceptionSynchronizationLockExceptionpublic static DependencyPropertyDescriptor FromProperty(DependencyProperty dependencyProperty, NetType targetType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, LockRecursionException, OutOfMemoryException, AbandonedMutexException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionSynchronizationLockExceptionpublic static DependencyPropertyDescriptor FromProperty(PropertyDescriptor property) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public PropertyDescriptorCollection GetChildProperties(NetObject instance, Attribute[] filter) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException
GetChildProperties in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionpublic 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, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, MissingMethodException, TargetInvocationException
GetEditor in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic 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, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException
GetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionpublic void RemoveValueChanged(NetObject component, EventHandler handler) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, MissingMethodException, TargetInvocationException, MissingMemberException
RemoveValueChanged in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionpublic void ResetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException
ResetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionpublic void setDesignerCoerceValueCallback(CoerceValueCallback DesignerCoerceValueCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class PropertyDescriptorpublic void SetValue(NetObject component, NetObject value) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException
SetValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionpublic boolean ShouldSerializeValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, KeyNotFoundException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException
ShouldSerializeValue in class PropertyDescriptorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionNotSupportedExceptionArgumentExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundException