public class ResourceDictionary extends NetObjectEnumerable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.ResourceDictionary
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.ResourceDictionary
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
ResourceDictionary() |
ResourceDictionary(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Add(NetObject key,
NetObject value) |
void |
BeginInit() |
static ResourceDictionary |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ResourceDictionary, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(NetObject key) |
void |
CopyTo(DictionaryEntry[] array,
int arrayIndex) |
void |
EndInit() |
NetObject |
FindName(java.lang.String name) |
int |
getCount() |
DeferrableContent |
getDeferrableContent() |
boolean |
getInvalidatesImplicitDataTemplateResources() |
boolean |
getIsFixedSize() |
boolean |
getIsReadOnly() |
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
|
ICollection |
getKeys() |
Uri |
getSource() |
ICollection |
getValues() |
void |
RegisterName(java.lang.String name,
NetObject scopedElement) |
void |
Remove(NetObject key) |
void |
setDeferrableContent(DeferrableContent DeferrableContent) |
void |
setInvalidatesImplicitDataTemplateResources(boolean InvalidatesImplicitDataTemplateResources) |
void |
setIsReadOnly(boolean IsReadOnly) |
void |
setJCOInstance(JCObject instance) |
void |
setSource(Uri Source) |
void |
UnregisterName(java.lang.String name) |
GetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ResourceDictionary()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public ResourceDictionary(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Add(NetObject key, NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, OutOfMemoryException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic void BeginInit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException
public static ResourceDictionary cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ResourceDictionary, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedResourceDictionary instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
InvalidCastException,
InvalidEnumArgumentException
public boolean Contains(NetObject key) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionInvalidEnumArgumentExceptionpublic void CopyTo(DictionaryEntry[] array, int arrayIndex) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, OutOfMemoryException, IndexOutOfRangeException, XamlParseException, ObjectDisposedException, EndOfStreamException, XamlException, NotImplementedException, KeyNotFoundException, IOException, NotSupportedException, SecurityException, XamlParseException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationErrorsExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionXamlParseExceptionObjectDisposedExceptionEndOfStreamExceptionXamlExceptionNotImplementedExceptionKeyNotFoundExceptionIOExceptionNotSupportedExceptionSecurityExceptionpublic void EndInit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionpublic NetObject FindName(java.lang.String name) throws java.lang.Throwable
java.lang.Throwablepublic int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic DeferrableContent getDeferrableContent() throws java.lang.Throwable
java.lang.Throwablepublic boolean getInvalidatesImplicitDataTemplateResources()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsFixedSize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectEnumerableString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectEnumerableString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectEnumerableObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectEnumerableString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectEnumerableJCType representing the CLR Type of the instantiated Classpublic ICollection getKeys() throws java.lang.Throwable
java.lang.Throwablepublic Uri getSource() throws java.lang.Throwable
java.lang.Throwablepublic ICollection getValues() throws java.lang.Throwable
java.lang.Throwablepublic void RegisterName(java.lang.String name,
NetObject scopedElement)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionpublic void Remove(NetObject key) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidCastException, InvalidEnumArgumentException
public void setDeferrableContent(DeferrableContent DeferrableContent) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, EndOfStreamException, ThreadAbortException, KeyNotFoundException, NotImplementedException, FormatException, XamlException, XamlParseException, XamlSchemaException, IOException, OutOfMemoryException, NotSupportedException, NullReferenceException, Win32Exception
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionEndOfStreamExceptionThreadAbortExceptionKeyNotFoundExceptionNotImplementedExceptionFormatExceptionXamlExceptionXamlParseExceptionXamlSchemaExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceExceptionWin32Exceptionpublic void setInvalidatesImplicitDataTemplateResources(boolean InvalidatesImplicitDataTemplateResources)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsReadOnly(boolean IsReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectEnumerablepublic void setSource(Uri Source) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, UriFormatException, OutOfMemoryException, SecurityException, MemberAccessException, NullReferenceException, NotSupportedException, ConfigurationErrorsException, InvalidCastException, WebException, Win32Exception, CookieException, RankException, IOException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionNotSupportedExceptionConfigurationErrorsExceptionInvalidCastExceptionWebExceptionWin32ExceptionCookieExceptionRankExceptionIOExceptionPlatformNotSupportedExceptionpublic void UnregisterName(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwable