public class FrameworkPropertyMetadata extends UIPropertyMetadata
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.FrameworkPropertyMetadata
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: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.FrameworkPropertyMetadata
|
static JCType |
classType
The type managed from JCOBridge.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameworkPropertyMetadata |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FrameworkPropertyMetadata, a cast assert is made to check if types are compatible. |
boolean |
getAffectsArrange() |
boolean |
getAffectsMeasure() |
boolean |
getAffectsParentArrange() |
boolean |
getAffectsParentMeasure() |
boolean |
getAffectsRender() |
boolean |
getBindsTwoWayByDefault() |
UpdateSourceTrigger |
getDefaultUpdateSourceTrigger() |
boolean |
getInherits() |
boolean |
getIsDataBindingAllowed() |
boolean |
getIsNotDataBindable() |
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
|
boolean |
getJournal() |
boolean |
getOverridesInheritanceBehavior() |
boolean |
getSubPropertiesDoNotAffectRender() |
void |
setAffectsArrange(boolean AffectsArrange) |
void |
setAffectsMeasure(boolean AffectsMeasure) |
void |
setAffectsParentArrange(boolean AffectsParentArrange) |
void |
setAffectsParentMeasure(boolean AffectsParentMeasure) |
void |
setAffectsRender(boolean AffectsRender) |
void |
setBindsTwoWayByDefault(boolean BindsTwoWayByDefault) |
void |
setDefaultUpdateSourceTrigger(UpdateSourceTrigger DefaultUpdateSourceTrigger) |
void |
setInherits(boolean Inherits) |
void |
setIsNotDataBindable(boolean IsNotDataBindable) |
void |
setJCOInstance(JCObject instance) |
void |
setJournal(boolean Journal) |
void |
setOverridesInheritanceBehavior(boolean OverridesInheritanceBehavior) |
void |
setSubPropertiesDoNotAffectRender(boolean SubPropertiesDoNotAffectRender) |
getIsAnimationProhibited, setIsAnimationProhibitedgetCoerceValueCallback, getDefaultValue, getPropertyChangedCallback, setCoerceValueCallback, setDefaultValue, setPropertyChangedCallbackpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FrameworkPropertyMetadata()
throws java.lang.Throwable
java.lang.Throwablepublic FrameworkPropertyMetadata(NetObject defaultValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(NetObject defaultValue, FrameworkPropertyMetadataOptions flags) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(NetObject defaultValue, FrameworkPropertyMetadataOptions flags, PropertyChangedCallback propertyChangedCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(NetObject defaultValue, FrameworkPropertyMetadataOptions flags, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(NetObject defaultValue, FrameworkPropertyMetadataOptions flags, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback, boolean isAnimationProhibited) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(NetObject defaultValue, FrameworkPropertyMetadataOptions flags, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback, boolean isAnimationProhibited, UpdateSourceTrigger defaultUpdateSourceTrigger) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, FormatException, InvalidEnumArgumentException
public FrameworkPropertyMetadata(NetObject defaultValue, PropertyChangedCallback propertyChangedCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(NetObject defaultValue, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic FrameworkPropertyMetadata(PropertyChangedCallback propertyChangedCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic FrameworkPropertyMetadata(PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionpublic static FrameworkPropertyMetadata cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FrameworkPropertyMetadata, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFrameworkPropertyMetadata instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAffectsArrange()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAffectsMeasure()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAffectsParentArrange()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAffectsParentMeasure()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAffectsRender()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getBindsTwoWayByDefault()
throws java.lang.Throwable
java.lang.Throwablepublic UpdateSourceTrigger getDefaultUpdateSourceTrigger() throws java.lang.Throwable
java.lang.Throwablepublic boolean getInherits()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDataBindingAllowed()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsNotDataBindable()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class UIPropertyMetadataString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class UIPropertyMetadataString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class UIPropertyMetadataObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class UIPropertyMetadataString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class UIPropertyMetadataJCType representing the CLR Type of the instantiated Classpublic boolean getJournal()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getOverridesInheritanceBehavior()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSubPropertiesDoNotAffectRender()
throws java.lang.Throwable
java.lang.Throwablepublic void setAffectsArrange(boolean AffectsArrange)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setAffectsMeasure(boolean AffectsMeasure)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setAffectsParentArrange(boolean AffectsParentArrange)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setAffectsParentMeasure(boolean AffectsParentMeasure)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setAffectsRender(boolean AffectsRender)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setBindsTwoWayByDefault(boolean BindsTwoWayByDefault)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setDefaultUpdateSourceTrigger(UpdateSourceTrigger DefaultUpdateSourceTrigger) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException
public void setInherits(boolean Inherits)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setIsNotDataBindable(boolean IsNotDataBindable)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class UIPropertyMetadatapublic void setJournal(boolean Journal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setOverridesInheritanceBehavior(boolean OverridesInheritanceBehavior)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setSubPropertiesDoNotAffectRender(boolean SubPropertiesDoNotAffectRender)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException