public class IControlDesignerViewImplementation extends NetObject implements IControlDesignerView
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.IControlDesignerView
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.Web.UI.Design.IControlDesignerView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IControlDesignerViewImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addViewEvent(ViewEventHandler handler) |
Rectangle |
GetBounds(DesignerRegion region) |
DesignerRegion |
getContainingRegion() |
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
|
IDesigner |
getNamingContainerDesigner() |
boolean |
getSupportsRegions() |
void |
Invalidate(Rectangle rectangle) |
void |
removeViewEvent(ViewEventHandler handler) |
void |
SetFlags(ViewFlags viewFlags,
boolean setFlag) |
void |
SetRegionContent(EditableDesignerRegion region,
java.lang.String content) |
static IControlDesignerView |
ToIControlDesignerView(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IControlDesignerView, a cast assert is made to check if types are compatible. |
void |
Update() |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IControlDesignerViewImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addViewEvent(ViewEventHandler handler) throws java.lang.Throwable
addViewEvent in interface IControlDesignerViewjava.lang.Throwablepublic Rectangle GetBounds(DesignerRegion region) throws java.lang.Throwable
GetBounds in interface IControlDesignerViewjava.lang.Throwablepublic DesignerRegion getContainingRegion() throws java.lang.Throwable
getContainingRegion in interface IControlDesignerViewjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IControlDesignerViewgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IControlDesignerViewgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IControlDesignerViewgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IControlDesignerViewgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IControlDesignerViewgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic IDesigner getNamingContainerDesigner() throws java.lang.Throwable
getNamingContainerDesigner in interface IControlDesignerViewjava.lang.Throwablepublic boolean getSupportsRegions()
throws java.lang.Throwable
getSupportsRegions in interface IControlDesignerViewjava.lang.Throwablepublic void Invalidate(Rectangle rectangle) throws java.lang.Throwable
Invalidate in interface IControlDesignerViewjava.lang.Throwablepublic void removeViewEvent(ViewEventHandler handler) throws java.lang.Throwable
removeViewEvent in interface IControlDesignerViewjava.lang.Throwablepublic void SetFlags(ViewFlags viewFlags, boolean setFlag) throws java.lang.Throwable
SetFlags in interface IControlDesignerViewjava.lang.Throwablepublic void SetRegionContent(EditableDesignerRegion region, java.lang.String content) throws java.lang.Throwable
SetRegionContent in interface IControlDesignerViewjava.lang.Throwablepublic static IControlDesignerView ToIControlDesignerView(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IControlDesignerView, a cast assert is made to check if types are compatible.ToIControlDesignerView in interface IControlDesignerViewfrom - IJCOBridgeReflected instance to be castedIControlDesignerView instancejava.lang.Throwable - in case of error during cast operationpublic void Update()
throws java.lang.Throwable
Update in interface IControlDesignerViewjava.lang.Throwable