public class DesignSurface extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.Design.DesignSurface
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.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Design
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.Design.DesignSurface
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DesignSurface() |
DesignSurface(IServiceProvider parentProvider) |
DesignSurface(IServiceProvider parentProvider,
NetType rootComponentType) |
DesignSurface(NetType rootComponentType) |
DesignSurface(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDisposed(EventHandler handler) |
void |
addFlushed(EventHandler handler) |
void |
addLoaded(LoadedEventHandler handler) |
void |
addLoading(EventHandler handler) |
void |
addUnloaded(EventHandler handler) |
void |
addUnloading(EventHandler handler) |
void |
addViewActivated(EventHandler handler) |
void |
BeginLoad(DesignerLoader loader) |
void |
BeginLoad(NetType rootComponentType) |
static DesignSurface |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DesignSurface, a cast assert is made to check if types are compatible. |
void |
close() |
INestedContainer |
CreateNestedContainer(IComponent owningComponent) |
INestedContainer |
CreateNestedContainer(IComponent owningComponent,
java.lang.String containerName) |
void |
Dispose() |
void |
Flush() |
IContainer |
getComponentContainer() |
boolean |
getDtelLoading() |
boolean |
getIsLoaded() |
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 |
getLoadErrors() |
NetObject |
GetService(NetType serviceType) |
NetObject |
getView() |
void |
removeDisposed(EventHandler handler) |
void |
removeFlushed(EventHandler handler) |
void |
removeLoaded(LoadedEventHandler handler) |
void |
removeLoading(EventHandler handler) |
void |
removeUnloaded(EventHandler handler) |
void |
removeUnloading(EventHandler handler) |
void |
removeViewActivated(EventHandler handler) |
void |
setDtelLoading(boolean DtelLoading) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DesignSurface()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public DesignSurface(IServiceProvider parentProvider) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DesignSurface(IServiceProvider parentProvider, NetType rootComponentType) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DesignSurface(NetType rootComponentType) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ObjectDisposedException
public DesignSurface(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFlushed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLoaded(LoadedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLoading(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUnloaded(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUnloading(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addViewActivated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginLoad(DesignerLoader loader) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionpublic void BeginLoad(NetType rootComponentType) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException
public static DesignSurface cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DesignSurface, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDesignSurface instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic INestedContainer CreateNestedContainer(IComponent owningComponent) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionpublic INestedContainer CreateNestedContainer(IComponent owningComponent, java.lang.String containerName) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
ExceptionCollection
public void Flush()
throws java.lang.Throwable
java.lang.Throwablepublic IContainer getComponentContainer() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic boolean getDtelLoading()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLoaded()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic ICollection getLoadErrors() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetService(NetType serviceType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionpublic NetObject getView() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, AbandonedMutexException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionAbandonedMutexExceptionpublic void removeDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFlushed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLoaded(LoadedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLoading(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUnloaded(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUnloading(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeViewActivated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setDtelLoading(boolean DtelLoading)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject