public class Style extends DispatcherObject implements IAddChild, IQueryAmbient
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Style
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=4.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.Style
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Style() |
Style(NetType targetType) |
Style(NetType targetType,
Style basedOn) |
Style(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Style |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Style, a cast assert is made to check if types are compatible. |
Style |
getBasedOn() |
boolean |
getIsSealed() |
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
|
ResourceDictionary |
getResources() |
SetterBaseCollection |
getSetters() |
NetType |
getTargetType() |
TriggerCollection |
getTriggers() |
void |
RegisterName(java.lang.String name,
NetObject scopedElement) |
void |
Seal() |
void |
setBasedOn(Style BasedOn) |
void |
setJCOInstance(JCObject instance) |
void |
setResources(ResourceDictionary Resources) |
void |
setTargetType(NetType TargetType) |
void |
UnregisterName(java.lang.String name) |
CheckAccess, getDispatcher, VerifyAccessEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringAddChild, AddText, ToIAddChildIsAmbientPropertyAvailable, ToIQueryAmbientpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Style()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
IndexOutOfRangeException,
OutOfMemoryException,
OverflowException,
TimeoutException,
SecurityException,
PlatformNotSupportedException,
NotSupportedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionOverflowExceptionTimeoutExceptionSecurityExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatExceptionpublic Style(NetType targetType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, IndexOutOfRangeException, OutOfMemoryException, OverflowException, TimeoutException, SecurityException, PlatformNotSupportedException, NotSupportedException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionOverflowExceptionTimeoutExceptionSecurityExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatExceptionpublic Style(NetType targetType, Style basedOn) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, IndexOutOfRangeException, OutOfMemoryException, OverflowException, TimeoutException, SecurityException, PlatformNotSupportedException, NotSupportedException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionOverflowExceptionTimeoutExceptionSecurityExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatExceptionpublic Style(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Style cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Style, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedStyle instancejava.lang.Throwable - in case of error during cast operationpublic Style getBasedOn() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
public boolean getIsSealed()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAddChildgetJCOAssemblyName in interface IQueryAmbientgetJCOAssemblyName in class DispatcherObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAddChildgetJCOClassName in interface IQueryAmbientgetJCOClassName in class DispatcherObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAddChildgetJCOInstance in interface IQueryAmbientgetJCOInstance in class DispatcherObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAddChildgetJCOObjectName in interface IQueryAmbientgetJCOObjectName in class DispatcherObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAddChildgetJCOType in interface IQueryAmbientgetJCOType in class DispatcherObjectJCType representing the CLR Type of the instantiated Classpublic ResourceDictionary getResources() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
public SetterBaseCollection getSetters() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
public NetType getTargetType() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
public TriggerCollection getTriggers() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void RegisterName(java.lang.String name,
NetObject scopedElement)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OutOfMemoryException
public void Seal()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public void setBasedOn(Style BasedOn) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DispatcherObjectpublic void setResources(ResourceDictionary Resources) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
public void setTargetType(NetType TargetType) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
public void UnregisterName(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OutOfMemoryException