public class Setter extends SetterBase implements ISupportInitialize
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Setter
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.Setter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Setter() |
Setter(DependencyProperty property,
NetObject value) |
Setter(DependencyProperty property,
NetObject value,
java.lang.String targetName) |
Setter(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Setter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Setter, a cast assert is made to check if types are compatible. |
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
|
DependencyProperty |
getProperty() |
java.lang.String |
getTargetName() |
NetObject |
getValue() |
static void |
ReceiveMarkupExtension(NetObject targetObject,
XamlSetMarkupExtensionEventArgs eventArgs) |
static void |
ReceiveTypeConverter(NetObject targetObject,
XamlSetTypeConverterEventArgs eventArgs) |
void |
setJCOInstance(JCObject instance) |
void |
setProperty(DependencyProperty Property) |
void |
setTargetName(java.lang.String TargetName) |
void |
setValue(NetObject Value) |
getIsSealedEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringBeginInit, EndInit, ToISupportInitializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Setter()
throws java.lang.Throwable
java.lang.Throwablepublic Setter(DependencyProperty property, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public Setter(DependencyProperty property, NetObject value, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public Setter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Setter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Setter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSetter instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISupportInitializegetJCOAssemblyName in class SetterBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISupportInitializegetJCOClassName in class SetterBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISupportInitializegetJCOInstance in class SetterBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISupportInitializegetJCOObjectName in class SetterBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISupportInitializegetJCOType in class SetterBaseJCType representing the CLR Type of the instantiated Classpublic DependencyProperty getProperty() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetName()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getValue() throws java.lang.Throwable
java.lang.Throwablepublic static void ReceiveMarkupExtension(NetObject targetObject, XamlSetMarkupExtensionEventArgs eventArgs) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException
public static void ReceiveTypeConverter(NetObject targetObject, XamlSetTypeConverterEventArgs eventArgs) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class SetterBasepublic void setProperty(DependencyProperty Property) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void setTargetName(java.lang.String TargetName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public void setValue(NetObject Value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException