public class FrameworkTemplate extends DispatcherObject implements IQueryAmbient
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.FrameworkTemplate
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.FrameworkTemplate
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FrameworkTemplate() |
FrameworkTemplate(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameworkTemplate |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FrameworkTemplate, a cast assert is made to check if types are compatible. |
NetObject |
FindName(java.lang.String name,
FrameworkElement templatedParent) |
boolean |
getHasContent() |
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() |
TemplateContent |
getTemplate() |
FrameworkElementFactory |
getVisualTree() |
DependencyObject |
LoadContent() |
void |
RegisterName(java.lang.String name,
NetObject scopedElement) |
void |
Seal() |
void |
setJCOInstance(JCObject instance) |
void |
setResources(ResourceDictionary Resources) |
void |
setTemplate(TemplateContent Template) |
void |
setVisualTree(FrameworkElementFactory VisualTree) |
boolean |
ShouldSerializeResources(XamlDesignerSerializationManager manager) |
boolean |
ShouldSerializeVisualTree() |
void |
UnregisterName(java.lang.String name) |
CheckAccess, getDispatcher, VerifyAccessEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringIsAmbientPropertyAvailable, ToIQueryAmbientpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FrameworkTemplate()
throws java.lang.Throwable
java.lang.Throwablepublic FrameworkTemplate(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static FrameworkTemplate cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FrameworkTemplate, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFrameworkTemplate instancejava.lang.Throwable - in case of error during cast operationpublic NetObject FindName(java.lang.String name, FrameworkElement templatedParent) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public boolean getHasContent()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic boolean getIsSealed()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IQueryAmbientgetJCOAssemblyName in class DispatcherObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IQueryAmbientgetJCOClassName in class DispatcherObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IQueryAmbientgetJCOInstance in class DispatcherObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName 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 IQueryAmbientgetJCOType in class DispatcherObjectJCType representing the CLR Type of the instantiated Classpublic ResourceDictionary getResources() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException
public TemplateContent getTemplate() throws java.lang.Throwable
java.lang.Throwablepublic FrameworkElementFactory getVisualTree() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic DependencyObject LoadContent() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, MissingMethodException, NotSupportedException, TargetInvocationException, SecurityException, IOException, UnauthorizedAccessException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, FormatException, Win32Exception, InvalidEnumArgumentException, XamlException, NotImplementedException, XamlSchemaException, XamlParseException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionNotSupportedExceptionTargetInvocationExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionFormatExceptionWin32ExceptionInvalidEnumArgumentExceptionXamlExceptionNotImplementedExceptionXamlSchemaExceptionXamlParseExceptionpublic void RegisterName(java.lang.String name,
NetObject scopedElement)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void Seal()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
LockRecursionException,
SynchronizationLockException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionLockRecursionExceptionSynchronizationLockExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DispatcherObjectpublic void setResources(ResourceDictionary Resources) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArrayTypeMismatchException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public void setTemplate(TemplateContent Template) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, XamlException, NotImplementedException, FormatException, OutOfMemoryException, XamlSchemaException, SynchronizationLockException, RankException, ArrayTypeMismatchException, XamlParseException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionXamlExceptionNotImplementedExceptionFormatExceptionOutOfMemoryExceptionXamlSchemaExceptionSynchronizationLockExceptionRankExceptionArrayTypeMismatchExceptionXamlParseExceptionpublic void setVisualTree(FrameworkElementFactory VisualTree) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public boolean ShouldSerializeResources(XamlDesignerSerializationManager manager) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic boolean ShouldSerializeVisualTree()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void UnregisterName(java.lang.String name)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException