Package system.componentmodel
Class DependencyPropertyDescriptor
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.MemberDescriptor
-
- system.componentmodel.PropertyDescriptor
-
- system.componentmodel.DependencyPropertyDescriptor
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DependencyPropertyDescriptor extends PropertyDescriptor
The base .NET class managing System.ComponentModel.DependencyPropertyDescriptor, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.DependencyPropertyDescriptor
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: WindowsBasestatic java.lang.StringclassNameQualified class name: System.ComponentModel.DependencyPropertyDescriptorstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DependencyPropertyDescriptor()DependencyPropertyDescriptor(java.lang.Object instance)Internal constructor.
-
Method Summary
-
Methods inherited from class system.componentmodel.PropertyDescriptor
GetChildProperties, GetChildProperties, GetChildProperties, getComponentType, getConverter, getIsLocalizable, getIsReadOnly, getPropertyType, getSerializationVisibility, getSupportsChangeEvents
-
Methods inherited from class system.componentmodel.MemberDescriptor
getAttributes, getCategory, getDescription, getDesignTimeOnly, getDisplayName, getIsBrowsable, getName
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: WindowsBase- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ComponentModel.DependencyPropertyDescriptor- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DependencyPropertyDescriptor
public DependencyPropertyDescriptor(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
DependencyPropertyDescriptor
public DependencyPropertyDescriptor() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classPropertyDescriptor- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classPropertyDescriptor- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classPropertyDescriptor- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classPropertyDescriptor- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classPropertyDescriptor
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classPropertyDescriptor- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DependencyPropertyDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDependencyPropertyDescriptor, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DependencyPropertyDescriptorinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CanResetValue
public boolean CanResetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
- Overrides:
CanResetValuein classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException
-
ShouldSerializeValue
public boolean ShouldSerializeValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
- Overrides:
ShouldSerializeValuein classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException
-
FromName
public 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
-
FromName
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
-
FromProperty
public static DependencyPropertyDescriptor FromProperty(PropertyDescriptor property) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, SecurityException, NotImplementedException, MissingManifestResourceException
-
FromProperty
public static DependencyPropertyDescriptor FromProperty(DependencyProperty dependencyProperty, NetType targetType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NotImplementedException, MissingManifestResourceException, InvalidOperationException, FormatException, SecurityException
-
GetChildProperties
public PropertyDescriptorCollection GetChildProperties(NetObject instance, Attribute[] filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
- Overrides:
GetChildPropertiesin classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException
-
GetEditor
public NetObject GetEditor(NetType editorBaseType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException, NotImplementedException, MissingMethodException
- Overrides:
GetEditorin classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionNotImplementedExceptionMissingMethodException
-
GetValue
public NetObject GetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
- Overrides:
GetValuein classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException
-
AddValueChanged
public void AddValueChanged(NetObject component, EventHandler handler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException, MulticastNotSupportedException
- Overrides:
AddValueChangedin classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatExceptionMulticastNotSupportedException
-
RemoveValueChanged
public void RemoveValueChanged(NetObject component, EventHandler handler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
- Overrides:
RemoveValueChangedin classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException
-
ResetValue
public void ResetValue(NetObject component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
- Overrides:
ResetValuein classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException
-
SetValue
public void SetValue(NetObject component, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, NullReferenceException, MissingManifestResourceException, FormatException
- Overrides:
SetValuein classPropertyDescriptor- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMissingManifestResourceExceptionFormatException
-
getIsAttached
public boolean getIsAttached() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDesignerCoerceValueCallback
public CoerceValueCallback getDesignerCoerceValueCallback() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDesignerCoerceValueCallback
public void setDesignerCoerceValueCallback(CoerceValueCallback DesignerCoerceValueCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getDependencyProperty
public DependencyProperty getDependencyProperty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMetadata
public PropertyMetadata getMetadata() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-