public class DependencyProperty extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.DependencyProperty
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=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: WindowsBase
|
static java.lang.String |
className
Qualified class name: System.Windows.DependencyProperty
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DependencyProperty() |
DependencyProperty(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyProperty |
AddOwner(NetType ownerType) |
DependencyProperty |
AddOwner(NetType ownerType,
PropertyMetadata typeMetadata) |
static DependencyProperty |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DependencyProperty, a cast assert is made to check if types are compatible. |
PropertyMetadata |
getDefaultMetadata() |
int |
getGlobalIndex() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
PropertyMetadata |
GetMetadata(DependencyObject dependencyObject) |
PropertyMetadata |
GetMetadata(DependencyObjectType dependencyObjectType) |
PropertyMetadata |
GetMetadata(NetType forType) |
java.lang.String |
getName() |
NetType |
getOwnerType() |
NetType |
getPropertyType() |
boolean |
getReadOnly() |
ValidateValueCallback |
getValidateValueCallback() |
boolean |
IsValidType(NetObject value) |
boolean |
IsValidValue(NetObject value) |
void |
OverrideMetadata(NetType forType,
PropertyMetadata typeMetadata) |
void |
OverrideMetadata(NetType forType,
PropertyMetadata typeMetadata,
DependencyPropertyKey key) |
static DependencyProperty |
Register(java.lang.String name,
NetType propertyType,
NetType ownerType) |
static DependencyProperty |
Register(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata typeMetadata) |
static DependencyProperty |
Register(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata typeMetadata,
ValidateValueCallback validateValueCallback) |
static DependencyProperty |
RegisterAttached(java.lang.String name,
NetType propertyType,
NetType ownerType) |
static DependencyProperty |
RegisterAttached(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata defaultMetadata) |
static DependencyProperty |
RegisterAttached(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata defaultMetadata,
ValidateValueCallback validateValueCallback) |
static DependencyPropertyKey |
RegisterAttachedReadOnly(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata defaultMetadata) |
static DependencyPropertyKey |
RegisterAttachedReadOnly(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata defaultMetadata,
ValidateValueCallback validateValueCallback) |
static DependencyPropertyKey |
RegisterReadOnly(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata typeMetadata) |
static DependencyPropertyKey |
RegisterReadOnly(java.lang.String name,
NetType propertyType,
NetType ownerType,
PropertyMetadata typeMetadata,
ValidateValueCallback validateValueCallback) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DependencyProperty()
throws java.lang.Throwable
java.lang.Throwablepublic DependencyProperty(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DependencyProperty AddOwner(NetType ownerType) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, MulticastNotSupportedException
public DependencyProperty AddOwner(NetType ownerType, PropertyMetadata typeMetadata) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, SecurityException, IOException, OutOfMemoryException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionSecurityExceptionIOExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic static DependencyProperty cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DependencyProperty, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDependencyProperty instancejava.lang.Throwable - in case of error during cast operationpublic PropertyMetadata getDefaultMetadata() throws java.lang.Throwable
java.lang.Throwablepublic int getGlobalIndex()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic PropertyMetadata GetMetadata(DependencyObject dependencyObject) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
public PropertyMetadata GetMetadata(DependencyObjectType dependencyObjectType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public PropertyMetadata GetMetadata(NetType forType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
public java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic NetType getOwnerType() throws java.lang.Throwable
java.lang.Throwablepublic NetType getPropertyType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic ValidateValueCallback getValidateValueCallback() throws java.lang.Throwable
java.lang.Throwablepublic boolean IsValidType(NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public boolean IsValidValue(NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public void OverrideMetadata(NetType forType, PropertyMetadata typeMetadata) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionMulticastNotSupportedExceptionpublic void OverrideMetadata(NetType forType, PropertyMetadata typeMetadata, DependencyPropertyKey key) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionMulticastNotSupportedExceptionpublic static DependencyProperty Register(java.lang.String name, NetType propertyType, NetType ownerType) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, IOException, OutOfMemoryException, MulticastNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionIOExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic static DependencyProperty Register(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata typeMetadata) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, IOException, OutOfMemoryException, MulticastNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionIOExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic static DependencyProperty Register(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata typeMetadata, ValidateValueCallback validateValueCallback) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, MissingMethodException, TargetInvocationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic static DependencyProperty RegisterAttached(java.lang.String name, NetType propertyType, NetType ownerType) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, InvalidOperationException, SecurityException, IOException, OutOfMemoryException
public static DependencyProperty RegisterAttached(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata defaultMetadata) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, InvalidOperationException, SecurityException, IOException, OutOfMemoryException
public static DependencyProperty RegisterAttached(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata defaultMetadata, ValidateValueCallback validateValueCallback) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, MissingMethodException, TargetInvocationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionpublic static DependencyPropertyKey RegisterAttachedReadOnly(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata defaultMetadata) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, InvalidOperationException, SecurityException, IOException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
public static DependencyPropertyKey RegisterAttachedReadOnly(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata defaultMetadata, ValidateValueCallback validateValueCallback) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionpublic static DependencyPropertyKey RegisterReadOnly(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata typeMetadata) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, SecurityException, IOException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, MulticastNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionPlatformNotSupportedExceptionSecurityExceptionIOExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic static DependencyPropertyKey RegisterReadOnly(java.lang.String name, NetType propertyType, NetType ownerType, PropertyMetadata typeMetadata, ValidateValueCallback validateValueCallback) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject