public class IDesignerLoaderHostImplementation extends NetObject implements IDesignerLoaderHost
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.Design.Serialization.IDesignerLoaderHost
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: System.ComponentModel.TypeConverter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.ComponentModel.TypeConverter
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.Design.Serialization.IDesignerLoaderHost
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDesignerLoaderHostImplementation(java.lang.Object instance)
Internal constructor.
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIDesignerHostToIServiceContainerToIServiceProviderpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDesignerLoaderHostImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Activate()
throws java.lang.Throwable
Activate in interface IDesignerHostjava.lang.Throwablepublic void addActivated(EventHandler handler) throws java.lang.Throwable
addActivated in interface IDesignerHostjava.lang.Throwablepublic void addDeactivated(EventHandler handler) throws java.lang.Throwable
addDeactivated in interface IDesignerHostjava.lang.Throwablepublic void addLoadComplete(EventHandler handler) throws java.lang.Throwable
addLoadComplete in interface IDesignerHostjava.lang.Throwablepublic void AddService(NetType serviceType, NetObject serviceInstance) throws java.lang.Throwable
AddService in interface IServiceContainerjava.lang.Throwablepublic void AddService(NetType serviceType, NetObject serviceInstance, boolean promote) throws java.lang.Throwable
AddService in interface IServiceContainerjava.lang.Throwablepublic void AddService(NetType serviceType, ServiceCreatorCallback callback) throws java.lang.Throwable
AddService in interface IServiceContainerjava.lang.Throwablepublic void AddService(NetType serviceType, ServiceCreatorCallback callback, boolean promote) throws java.lang.Throwable
AddService in interface IServiceContainerjava.lang.Throwablepublic void addTransactionClosed(DesignerTransactionCloseEventHandler handler) throws java.lang.Throwable
addTransactionClosed in interface IDesignerHostjava.lang.Throwablepublic void addTransactionClosing(DesignerTransactionCloseEventHandler handler) throws java.lang.Throwable
addTransactionClosing in interface IDesignerHostjava.lang.Throwablepublic void addTransactionOpened(EventHandler handler) throws java.lang.Throwable
addTransactionOpened in interface IDesignerHostjava.lang.Throwablepublic void addTransactionOpening(EventHandler handler) throws java.lang.Throwable
addTransactionOpening in interface IDesignerHostjava.lang.Throwablepublic IComponent CreateComponent(NetType componentClass) throws java.lang.Throwable
CreateComponent in interface IDesignerHostjava.lang.Throwablepublic IComponent CreateComponent(NetType componentClass, java.lang.String name) throws java.lang.Throwable
CreateComponent in interface IDesignerHostjava.lang.Throwablepublic DesignerTransaction CreateTransaction() throws java.lang.Throwable
CreateTransaction in interface IDesignerHostjava.lang.Throwablepublic DesignerTransaction CreateTransaction(java.lang.String description) throws java.lang.Throwable
CreateTransaction in interface IDesignerHostjava.lang.Throwablepublic void DestroyComponent(IComponent component) throws java.lang.Throwable
DestroyComponent in interface IDesignerHostjava.lang.Throwablepublic void EndLoad(java.lang.String baseClassName,
boolean successful,
ICollection errorCollection)
throws java.lang.Throwable
EndLoad in interface IDesignerLoaderHostjava.lang.Throwablepublic IContainer getContainer() throws java.lang.Throwable
getContainer in interface IDesignerHostjava.lang.Throwablepublic IDesigner GetDesigner(IComponent component) throws java.lang.Throwable
GetDesigner in interface IDesignerHostjava.lang.Throwablepublic boolean getInTransaction()
throws java.lang.Throwable
getInTransaction in interface IDesignerHostjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDesignerHostgetJCOAssemblyName in interface IServiceContainergetJCOAssemblyName in interface IDesignerLoaderHostgetJCOAssemblyName in interface IServiceProvidergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDesignerHostgetJCOClassName in interface IServiceContainergetJCOClassName in interface IDesignerLoaderHostgetJCOClassName in interface IServiceProvidergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDesignerHostgetJCOInstance in interface IServiceContainergetJCOInstance in interface IDesignerLoaderHostgetJCOInstance in interface IServiceProvidergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDesignerHostgetJCOObjectName in interface IServiceContainergetJCOObjectName in interface IDesignerLoaderHostgetJCOObjectName in interface IServiceProvidergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDesignerHostgetJCOType in interface IServiceContainergetJCOType in interface IDesignerLoaderHostgetJCOType in interface IServiceProvidergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getLoading()
throws java.lang.Throwable
getLoading in interface IDesignerHostjava.lang.Throwablepublic IComponent getRootComponent() throws java.lang.Throwable
getRootComponent in interface IDesignerHostjava.lang.Throwablepublic java.lang.String getRootComponentClassName()
throws java.lang.Throwable
getRootComponentClassName in interface IDesignerHostjava.lang.Throwablepublic NetObject GetService(NetType serviceType) throws java.lang.Throwable
GetService in interface IServiceProviderjava.lang.Throwablepublic java.lang.String getTransactionDescription()
throws java.lang.Throwable
getTransactionDescription in interface IDesignerHostjava.lang.Throwablepublic NetType GetType(java.lang.String typeName) throws java.lang.Throwable
GetType in interface IDesignerHostjava.lang.Throwablepublic void Reload()
throws java.lang.Throwable
Reload in interface IDesignerLoaderHostjava.lang.Throwablepublic void removeActivated(EventHandler handler) throws java.lang.Throwable
removeActivated in interface IDesignerHostjava.lang.Throwablepublic void removeDeactivated(EventHandler handler) throws java.lang.Throwable
removeDeactivated in interface IDesignerHostjava.lang.Throwablepublic void removeLoadComplete(EventHandler handler) throws java.lang.Throwable
removeLoadComplete in interface IDesignerHostjava.lang.Throwablepublic void RemoveService(NetType serviceType) throws java.lang.Throwable
RemoveService in interface IServiceContainerjava.lang.Throwablepublic void RemoveService(NetType serviceType, boolean promote) throws java.lang.Throwable
RemoveService in interface IServiceContainerjava.lang.Throwablepublic void removeTransactionClosed(DesignerTransactionCloseEventHandler handler) throws java.lang.Throwable
removeTransactionClosed in interface IDesignerHostjava.lang.Throwablepublic void removeTransactionClosing(DesignerTransactionCloseEventHandler handler) throws java.lang.Throwable
removeTransactionClosing in interface IDesignerHostjava.lang.Throwablepublic void removeTransactionOpened(EventHandler handler) throws java.lang.Throwable
removeTransactionOpened in interface IDesignerHostjava.lang.Throwablepublic void removeTransactionOpening(EventHandler handler) throws java.lang.Throwable
removeTransactionOpening in interface IDesignerHostjava.lang.Throwablepublic static IDesignerLoaderHost ToIDesignerLoaderHost(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDesignerLoaderHost, a cast assert is made to check if types are compatible.ToIDesignerLoaderHost in interface IDesignerLoaderHostfrom - IJCOBridgeReflected instance to be castedIDesignerLoaderHost instancejava.lang.Throwable - in case of error during cast operation